chore: tweak frontend imports

This commit is contained in:
Steven
2024-04-08 22:30:28 +08:00
parent 5bf86601e6
commit cc669f1be0
14 changed files with 35 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
import { ReactNode, useEffect, useRef, useState } from "react";
import Icon from "../Icon";
import Icon from "@/components/Icon";
interface Props {
trigger?: ReactNode;