Skip to content

Commit

Permalink
chore: remove unused import from App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ascpixi committed Dec 24, 2024
1 parent f20ee57 commit 107271d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import { IntroductionTour } from "./components/IntroductionTour";
import { ContextMenu, ContextMenuEntry } from "./components/ContextMenu";
import { EDGE_TYPES as VESTIGE_EDGE_TYPES } from "./components/VestigeEdge";
import { CHORUS_NODE_DESCRIPTOR } from "./nodes/ChorusNode";
import { Automatable } from "./parameters";
import { ARPEGGIATOR_NOTE_DESCRIPTOR } from "./nodes/ArpeggiatorNode";

const shouldShowTour = !getPersistentData().tourComplete;
Expand Down

0 comments on commit 107271d

Please sign in to comment.