diff --git a/src/components/AppLogo.tsx b/src/components/AppLogo.tsx index 208bb173..3d736a35 100644 --- a/src/components/AppLogo.tsx +++ b/src/components/AppLogo.tsx @@ -1,19 +1,20 @@ import {StaticAssetPath} from "@/utils/util" import {type FC} from "react" import {ReactSVG} from "react-svg" -import Typography, {TypographyVariant} from "./Typography" +import {Heading} from "./ui/typography" const AppLogo: FC = () => { return (