Skip to content

Commit

Permalink
Case
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Sep 14, 2023
1 parent 3f0ea69 commit 4cef2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/app.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import optionsStorage from './options-storage.js';
import {onMount} from 'svelte';
import chromeP from 'webext-polyfill-kinda';
import Extension from './Extension.svelte';
import Extension from './extension.svelte';
import UndoStack from './lib/undo-stack.js';
import {focusNext, focusPrevious} from './lib/focus-next.js';
Expand Down
2 changes: 1 addition & 1 deletion source/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import App from './App.svelte';
import App from './app.svelte';
import fitWindow from './lib/fit-window';

new App({
Expand Down

0 comments on commit 4cef2a3

Please sign in to comment.