mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-01 09:43:12 +08:00
chore: add import alias
This commit is contained in:
@ -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 = () => {
|
||||
|
Reference in New Issue
Block a user