fix(build): remove cross import from client to server for UserType

This commit is contained in:
sct
2021-01-14 13:08:48 +00:00
parent 492e19df40
commit 23624bd144
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ import { isAuthenticated } from '../middleware/auth';
import { Permission } from '../lib/permissions';
import logger from '../logger';
import { getSettings } from '../lib/settings';
import { UserType } from '../../src/hooks/useUser';
import { UserType } from '../constants/user';
const authRoutes = Router();