Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Apr 15, 2024
1 parent a1f8cb2 commit 52a2424
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions neuroscout/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import {
Dataset,
profileEditItems,
} from './coretypes'
import {
LoginModal,
ResetPasswordModal,
EnterResetTokenModal,
SignupModal
} from './Modals'
import {
LoginModal,
ResetPasswordModal,
EnterResetTokenModal,
SignupModal,
} from './Modals'
import Routes from './Routes'
import { jwtFetch, timeout } from './utils'
import Navbar from './Navbar'
Expand Down

0 comments on commit 52a2424

Please sign in to comment.