Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdjohnson committed Mar 2, 2024
1 parent 1ab2b55 commit 2037746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/SideBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ChangeEvent, useEffect, useRef, useState } from 'react'
import { ChangeEvent, useEffect, useRef } from 'react'
import { observer } from 'mobx-react-lite'
import { applySnapshot, getSnapshot } from 'mobx-state-tree'

Expand Down

0 comments on commit 2037746

Please sign in to comment.