Browse Source

add import "./article.css";

visuddhinanda 1 year ago
parent
commit
1e8320f559
1 changed files with 1 additions and 0 deletions
  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 ArticleEditTools from "./ArticleEditTools";
 import { useAppSelector } from "../../hooks";
 import { useAppSelector } from "../../hooks";
 import { currentUser } from "../../reducers/current-user";
 import { currentUser } from "../../reducers/current-user";
+import "./article.css";
 
 
 interface IFormData {
 interface IFormData {
   uid: string;
   uid: string;