mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Fix vite circular dependency warning
This commit is contained in:
committed by
WithoutPants
parent
db29246883
commit
2cd9ef6302
@@ -1,6 +1,7 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { Form } from "react-bootstrap";
|
import { Form } from "react-bootstrap";
|
||||||
import { FilterSelect, DurationInput } from "src/components/Shared";
|
import { DurationInput } from "src/components/Shared/DurationInput";
|
||||||
|
import { FilterSelect } from "src/components/Shared";
|
||||||
import { DurationUtils } from ".";
|
import { DurationUtils } from ".";
|
||||||
|
|
||||||
const renderTextArea = (options: {
|
const renderTextArea = (options: {
|
||||||
|
|||||||
Reference in New Issue
Block a user