diff options
Diffstat (limited to 'Timeline/ClientApp/src/app/admin/UserAdmin.tsx')
-rw-r--r-- | Timeline/ClientApp/src/app/admin/UserAdmin.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/admin/UserAdmin.tsx b/Timeline/ClientApp/src/app/admin/UserAdmin.tsx index 57eed455..1bf3bda1 100644 --- a/Timeline/ClientApp/src/app/admin/UserAdmin.tsx +++ b/Timeline/ClientApp/src/app/admin/UserAdmin.tsx @@ -13,7 +13,6 @@ import { import axios from "axios"; import OperationDialog from "../common/OperationDialog"; - import { User, UserWithToken } from "../data/user"; const apiBaseUrl = "/api"; |