Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed Jun 26, 2024
1 parent 65f53b3 commit 6530856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './lib/bootstrap';
import { conformStorage, getStorageValue, setStorageValue, removeStorageKey } from './lib/storage';
import { getStorageValue, setStorageValue } from './lib/storage';
import './lib/goldenLayout';

import version from "./lib/version";
Expand Down

0 comments on commit 6530856

Please sign in to comment.