Skip to content

Commit

Permalink
chore(webapp): reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
leisterfrancisco committed Oct 5, 2023
1 parent e7a35ed commit 0b79c62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React, { memo } from 'react'
import { List, Drawer } from '@mui/material'

import useDrawerStyles from './DrawerStyles'
import Login from '../Login'

import useDrawerStyles from './DrawerStyles'

type DrawerContentProps = {
isOpen: boolean
handlerDrawer: () => void
Expand Down

0 comments on commit 0b79c62

Please sign in to comment.