瀏覽代碼

:fire: IAuthor

visuddhinanda 3 年之前
父節點
當前提交
b5d643bef4
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      dashboard/src/reducers/theme.ts

+ 0 - 5
dashboard/src/reducers/theme.ts

@@ -2,11 +2,6 @@ import { createSlice, PayloadAction } from "@reduxjs/toolkit";
 
 import type { RootState } from "../store";
 
-export interface IAuthor {
-  name: string;
-  email: string;
-}
-
 export type TTheme = "dark" | "ant" | undefined;
 
 interface IState {