Skip to content

Commit 3bc1b40

Browse files
author
kovacevic
committed
removed unused import
1 parent 0d05615 commit 3bc1b40

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: src/stores/authStore.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
import { injectable, inject } from 'tsyringe';
22
import { AuthenticationService } from '@/services/Authentication';
33
import { Errors } from '@/services/dtos';
4-
import {
5-
TOKEN_COOKIE,
6-
isAuthenticated,
7-
setToken,
8-
unsetToken,
9-
token,
10-
} from './auth';
4+
import { TOKEN_COOKIE, isAuthenticated, setToken, unsetToken } from './auth';
115
import Cookie from 'js-cookie';
126

137
@injectable()

0 commit comments

Comments
 (0)