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,9 +1,9 @@
import { useEffect, useRef, useState } from "react";
import { toast } from "react-hot-toast";
import TextareaAutosize from "react-textarea-autosize";
import { localUser, useChatStore, useMessageStore } from "../../store";
import { CreatorRole } from "../../types";
import { generateUUID } from "../../utils";
import { localUser, useChatStore, useMessageStore } from "@/store";
import { CreatorRole } from "@/types";
import { generateUUID } from "@/utils";
import Icon from "../Icon";
interface Props {