mirror of https://github.com/stashapp/stash.git
Fix vite circular dependency warning
This commit is contained in:
parent
db29246883
commit
2cd9ef6302
|
@ -1,6 +1,7 @@
|
|||
import React from "react";
|
||||
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 ".";
|
||||
|
||||
const renderTextArea = (options: {
|
||||
|
|
Loading…
Reference in New Issue