Explorar o código

:fire: IAuthor

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
b5d643bef4
Modificáronse 1 ficheiros con 0 adicións e 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 {