1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +01:00

Rename import filenames to fix main (#1005)

rename import filenames to fix main
This commit is contained in:
MrPenguin07 2024-10-15 19:43:09 +10:00 committed by GitHub
parent ddd286574b
commit 39e879ffae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,10 +28,10 @@ import {
import { useToast } from "@/components/ui/use-toast";
import UpscaylSteps from "./upscayl-tab/upscayl-steps";
import SettingsTab from "./settings-tab";
import Footer from "../footer";
import Footer from "../Footer";
import { NewsModal } from "../news-modal";
import Tabs from "../tabs";
import Header from "../header";
import Tabs from "../Tabs";
import Header from "../Header";
import { ChevronLeftIcon } from "lucide-react";
import { logAtom } from "@/atoms/log-atom";
import { ELECTRON_COMMANDS } from "@common/electron-commands";