소스 검색

add import "./article.css";

visuddhinanda 1 년 전
부모
커밋
1e8320f559
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dashboard-v4/dashboard/src/components/article/ArticleEdit.tsx

+ 1 - 0
dashboard-v4/dashboard/src/components/article/ArticleEdit.tsx

@@ -25,6 +25,7 @@ import { IStudio } from "../auth/Studio";
 import ArticleEditTools from "./ArticleEditTools";
 import { useAppSelector } from "../../hooks";
 import { currentUser } from "../../reducers/current-user";
+import "./article.css";
 
 interface IFormData {
   uid: string;