File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import { goto } from ' $app/navigation' ;
3
3
import { USER_SERVICE } from ' $lib/user/userService' ;
4
- import { inject } from ' @gitbutler/shared /context' ;
4
+ import { inject } from ' @gitbutler/core /context' ;
5
5
import { WEB_ROUTES_SERVICE } from ' @gitbutler/shared/routing/webRoutes.svelte' ;
6
6
7
7
const routesService = inject (WEB_ROUTES_SERVICE );
Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import { afterNavigate , goto } from ' $app/navigation' ;
3
3
import { USER_SERVICE } from ' $lib/user/userService' ;
4
- import { inject } from ' @gitbutler/shared /context' ;
4
+ import { inject } from ' @gitbutler/core /context' ;
5
5
import { WEB_ROUTES_SERVICE } from ' @gitbutler/shared/routing/webRoutes.svelte' ;
6
6
7
7
const routesService = inject (WEB_ROUTES_SERVICE );
Original file line number Diff line number Diff line change 3
3
import { AUTH_SERVICE } from ' $lib/auth/authService.svelte' ;
4
4
import GitHubButton from ' $lib/components/login/GitHubButton.svelte' ;
5
5
import GoogleButton from ' $lib/components/login/GoogleButton.svelte' ;
6
- import { inject } from ' @gitbutler/shared /context' ;
6
+ import { inject } from ' @gitbutler/core /context' ;
7
7
import { LOGIN_SERVICE } from ' @gitbutler/shared/login/loginService' ;
8
8
import { WEB_ROUTES_SERVICE } from ' @gitbutler/shared/routing/webRoutes.svelte' ;
9
9
import { Button , SectionCard } from ' @gitbutler/ui' ;
Original file line number Diff line number Diff line change 2
2
import { page } from ' $app/state' ;
3
3
import RedirectIfLoggedIn from ' $lib/auth/RedirectIfLoggedIn.svelte' ;
4
4
import { AUTH_SERVICE } from ' $lib/auth/authService.svelte' ;
5
- import { inject } from ' @gitbutler/shared /context' ;
5
+ import { inject } from ' @gitbutler/core /context' ;
6
6
import { LOGIN_SERVICE } from ' @gitbutler/shared/login/loginService' ;
7
7
import { WEB_ROUTES_SERVICE } from ' @gitbutler/shared/routing/webRoutes.svelte' ;
8
8
import { Button , SectionCard } from ' @gitbutler/ui' ;
Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import RedirectIfLoggedIn from ' $lib/auth/RedirectIfLoggedIn.svelte' ;
3
- import { inject } from ' @gitbutler/shared /context' ;
3
+ import { inject } from ' @gitbutler/core /context' ;
4
4
import { LOGIN_SERVICE } from ' @gitbutler/shared/login/loginService' ;
5
5
import { WEB_ROUTES_SERVICE } from ' @gitbutler/shared/routing/webRoutes.svelte' ;
6
6
import { Button , SectionCard } from ' @gitbutler/ui' ;
Original file line number Diff line number Diff line change 2
2
import { goto } from ' $app/navigation' ;
3
3
import { AUTH_SERVICE } from ' $lib/auth/authService.svelte' ;
4
4
import { USER_SERVICE } from ' $lib/user/userService' ;
5
- import { inject } from ' @gitbutler/shared /context' ;
5
+ import { inject } from ' @gitbutler/core /context' ;
6
6
import { LOGIN_SERVICE } from ' @gitbutler/shared/login/loginService' ;
7
7
import { WEB_ROUTES_SERVICE } from ' @gitbutler/shared/routing/webRoutes.svelte' ;
8
8
import { Button , SectionCard } from ' @gitbutler/ui' ;
Original file line number Diff line number Diff line change 2
2
import RedirectIfLoggedIn from ' $lib/auth/RedirectIfLoggedIn.svelte' ;
3
3
import GitHubButton from ' $lib/components/login/GitHubButton.svelte' ;
4
4
import GoogleButton from ' $lib/components/login/GoogleButton.svelte' ;
5
- import { inject } from ' @gitbutler/shared /context' ;
5
+ import { inject } from ' @gitbutler/core /context' ;
6
6
import { LOGIN_SERVICE } from ' @gitbutler/shared/login/loginService' ;
7
7
import { WEB_ROUTES_SERVICE } from ' @gitbutler/shared/routing/webRoutes.svelte' ;
8
8
import { Button , SectionCard } from ' @gitbutler/ui' ;
Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import { page } from ' $app/state' ;
3
- import { inject } from ' @gitbutler/shared /context' ;
3
+ import { inject } from ' @gitbutler/core /context' ;
4
4
import { LOGIN_SERVICE } from ' @gitbutler/shared/login/loginService' ;
5
5
import { Button , SectionCard } from ' @gitbutler/ui' ;
6
6
You can’t perform that action at this time.
0 commit comments