🚨 Fixed linter errors

This commit is contained in:
Mawoka
2022-12-19 13:33:50 +01:00
parent ab1ab91153
commit 0f947c9d2b
4 changed files with 2 additions and 8 deletions
@@ -4,12 +4,8 @@
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script lang="ts">
import * as Sentry from '@sentry/browser';
import { alertModal, navbarVisible } from '$lib/stores';
import { slide } from 'svelte/transition';
import { browser } from '$app/environment';
import Cookies from 'js-cookie';
import { getLocalization } from '$lib/i18n';
import Footer from '$lib/footer.svelte';
import VerifiedBadge from './verified_badge.svelte';
import StartWindow from './start_window.svelte';
@@ -20,8 +16,6 @@
import TotpComponent from './totp_component.svelte';
import { browserSupportsWebAuthn } from '@simplewebauthn/browser';
const { t } = getLocalization();
navbarVisible.set(true);
export let data;