Browse Source

:fire: IAuthor

visuddhinanda 2 năm trước cách đây
mục cha
commit
b5d643bef4
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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 {