mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: removed wrong imports
This commit is contained in:
parent
324156fd03
commit
903709c334
1 changed files with 1 additions and 6 deletions
|
|
@ -5,12 +5,7 @@ import Footer from "../../components/Footer";
|
|||
import Button from "../../components/Button";
|
||||
import { ChevronDown, ChevronUp } from "lucide-react";
|
||||
import Dropdown from "@/components/Dropdown";
|
||||
import {
|
||||
FileFormatsTable,
|
||||
outputFileFormats,
|
||||
videoAudioFormats,
|
||||
videoAudioFormatsTable,
|
||||
} from "@/constants";
|
||||
import { videoAudioFormats, videoAudioFormatsTable } from "@/constants";
|
||||
|
||||
export default function DocConverter() {
|
||||
const [file, setFile] = useState<File | null>(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue