mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-30 18:53:24 +08:00
chore: add import alias
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { marked } from "marked";
|
||||
import { localUser } from "../../store";
|
||||
import { Message } from "../../types";
|
||||
import { localUser } from "@/store";
|
||||
import { Message } from "@/types";
|
||||
|
||||
interface Props {
|
||||
message: Message;
|
||||
|
Reference in New Issue
Block a user