refactor: put types in utils

This commit is contained in:
Pihkaal
2024-05-30 16:01:17 +02:00
parent b5dfdc1f84
commit ca5c504d2c
4 changed files with 17 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import {
useRef,
useState,
} from "react";
import { type InnerKittyProps } from "../../context/KittyContext";
import { type InnerKittyProps } from "~/utils/types";
import { CHAR_WIDTH } from "../Kitty";
import { useKitty } from "~/hooks/useKitty";