1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-14 18:02:38 +01:00

Update import

This commit is contained in:
Nayam Amarshe 2024-10-04 14:34:59 +05:30
parent 9e203194e0
commit 04cd625010

View File

@ -1,6 +1,6 @@
import { FEATURE_FLAGS } from "@common/feature-flags";
import React from "react";
import UpscaylSVGLogo from "./icons/upscayl-logo-svg";
import UpscaylSVGLogo from "@/components/icons/upscayl-logo-svg";
import { useAtomValue } from "jotai";
import { translationAtom } from "@/atoms/translations-atom";