chore: add import alias

This commit is contained in:
steven
2023-03-22 16:56:20 +08:00
parent 5dc3c05a2a
commit ecf981b361
17 changed files with 28 additions and 23 deletions

View File

@ -1,7 +1,7 @@
import { Menu, Popover } from "@headlessui/react";
import Link from "next/link";
import { toast } from "react-hot-toast";
import { getAssistantById, useChatStore, useMessageStore } from "../../store";
import { getAssistantById, useChatStore, useMessageStore } from "@/store";
import Icon from "../Icon";
const Header = () => {