fix: wrong import

This commit is contained in:
2024-09-12 17:23:07 +02:00
parent bce5dbe20d
commit baa44b00a8

View File

@@ -2,7 +2,6 @@ import { useCallback, useEffect, useRef, useState } from "react";
import { type InnerKittyProps } from "~/utils/types"; import { type InnerKittyProps } from "~/utils/types";
import { CHAR_WIDTH } from "../Kitty"; import { CHAR_WIDTH } from "../Kitty";
import { useKitty } from "~/hooks/useKitty"; import { useKitty } from "~/hooks/useKitty";
import { platform } from "os";
export const Cava = (props: { animate: boolean }) => { export const Cava = (props: { animate: boolean }) => {
const kitty = useKitty(); const kitty = useKitty();