Skip to content

Commit

Permalink
Remove command palette
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Mar 6, 2025
1 parent 817ce17 commit a9753b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 84 deletions.
25 changes: 0 additions & 25 deletions src/components/button/button.svelte

This file was deleted.

56 changes: 0 additions & 56 deletions src/components/button/index.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import { mergeWith } from 'lodash-es';
import { onMount } from 'svelte';
import Nav from '../components/app/Nav.svelte';
import CommandPalette from '../components/ui/CommandPalette.svelte';
import { plugins, pluginsError, pluginsLoaded } from '../stores/plugins';
import { loadPluginCode } from '../utilities/plugins';
Expand Down Expand Up @@ -58,8 +57,6 @@

<ModeWatcher />

<CommandPalette />

<div id="svelte-modal" />

<style>
Expand Down

0 comments on commit a9753b5

Please sign in to comment.