chore: remove unused code

This commit is contained in:
Steven
2023-06-23 22:54:10 +08:00
parent afbf935a71
commit c4388fb211
4 changed files with 0 additions and 74 deletions

View File

@@ -1,7 +1,6 @@
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
interface State {
// user is the user who is currently logged in
user?: User;
}