mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
rearrange components
This commit is contained in:
parent
01dace2c0d
commit
ba1aa672e7
3 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<script lang="ts">
|
||||
import { appSettings } from '$lib/components/common/state.svelte';
|
||||
import { fade } from 'svelte/transition';
|
||||
import { loginOrRegister } from '$lib/components/login/auth-functions.svelte';
|
||||
import { loginOrRegister } from '$lib/components/login/page-functions.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
import Login from '$lib/components/login/login.svelte';
|
||||
import Login from '$lib/components/login/registration.svelte';
|
||||
|
||||
appSettings.navbarTitle = 'Login';
|
||||
appSettings.sidebarDrawerOpen = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue