Explorar el Código

:fire: IAuthor

visuddhinanda hace 2 años
padre
commit
b5d643bef4
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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 {