diff options
Diffstat (limited to 'client/src/root-helpers/logger.ts')
-rw-r--r-- | client/src/root-helpers/logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/root-helpers/logger.ts b/client/src/root-helpers/logger.ts index 8181c13f3..108228d84 100644 --- a/client/src/root-helpers/logger.ts +++ b/client/src/root-helpers/logger.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import { ClientLogCreate } from '@shared/models/server' | 1 | import { ClientLogCreate } from '@peertube/peertube-models' |
2 | import { peertubeLocalStorage } from './peertube-web-storage' | 2 | import { peertubeLocalStorage } from './peertube-web-storage' |
3 | import { OAuthUserTokens } from './users' | 3 | import { OAuthUserTokens } from './users' |
4 | 4 | ||