Skip to content

Commit

Permalink
fix: fix imports and run yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Feb 7, 2023
1 parent 79db54c commit 00cea2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GUI/ETVR/src/components/Settings/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CameraStatus, CameraType } from '@src/store/camera/camera'
import CameraAddress from './CameraAddress/CameraAddress'
import CameraInfo from './CameraInfo/CameraInfo'
import { CameraStatus, CameraType } from '@store/camera/camera'

// TODO: stuff todo requested by lorow
// honestly it looks good, I like that preview window. The camera ID I'd rename to camera IP though I'm not really sure if that's gonna be necessary,
Expand Down
2 changes: 1 addition & 1 deletion GUI/ETVR/src/routes/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { routes } from '.'
import { connectedUserName } from '@src/store/ui/selectors'
import { setConnectedUser } from '@src/store/ui/ui'

const Header = lazy(() => import('@components/header/index'))
const Header = lazy(() => import('@components/Header'))

const AppRoutes = () => {
const Path = useRoutes(routes)
Expand Down

0 comments on commit 00cea2e

Please sign in to comment.