diff options
author | crupest <crupest@outlook.com> | 2020-08-24 23:51:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-24 23:51:20 +0800 |
commit | 8e297d2b659f447814e07676423e973f0f41e560 (patch) | |
tree | f35966a01abb5485c72af3ec4f727cd878ee6071 /Timeline/ClientApp/src/app/admin/UserAdmin.tsx | |
parent | cc0cc154b9506d1961d08cb29fbc29ad815bad69 (diff) | |
download | timeline-8e297d2b659f447814e07676423e973f0f41e560.tar.gz timeline-8e297d2b659f447814e07676423e973f0f41e560.tar.bz2 timeline-8e297d2b659f447814e07676423e973f0f41e560.zip |
...
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"; |