Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Jul 12, 2024
1 parent e2c19fa commit 3192d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Sidebar/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useContext, useState } from 'react'
import { useContext } from 'react'
import { DataContext } from '../Layout'

import FactorContainer from './FactorContainer'
Expand Down

0 comments on commit 3192d44

Please sign in to comment.