Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Sep 6, 2022
1 parent 6a2a682 commit af30088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Ctrl from './ctrl';
import view from './view/main';
import { init, attributesModule, classModule } from 'snabbdom';
import { Opts, GoTo } from './interfaces';
import { Opts } from './interfaces';
import config from './config';
import { addCtrl } from './events';

Expand Down

0 comments on commit af30088

Please sign in to comment.