Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Mar 6, 2025
1 parent 09aa830 commit 2ccfbb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<svelte:options immutable={true} />

<script lang="ts">
import { modalBodyClickListener, modalBodyKeyListener } from '../utilities/modal';
import { env } from '$env/dynamic/public';
import { ModeWatcher } from '@nasa-jpl/stellar-svelte';
import WarningIcon from '@nasa-jpl/stellar/icons/warning.svg?component';
Expand All @@ -11,6 +9,7 @@
import Nav from '../components/app/Nav.svelte';
import Loading from '../components/Loading.svelte';
import { plugins, pluginsError, pluginsLoaded } from '../stores/plugins';
import { modalBodyClickListener, modalBodyKeyListener } from '../utilities/modal';
import { loadPluginCode } from '../utilities/plugins';
let pluginsEnabled = env.PUBLIC_TIME_PLUGIN_ENABLED === 'true';
Expand Down

0 comments on commit 2ccfbb0

Please sign in to comment.