Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 1, 2025
1 parent 00779a8 commit c88fe2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/home/displays/DisplayView.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { DISPLAY_ASPECT_RATIO, Display } from '@luna/components/Display';
import { Display, DISPLAY_ASPECT_RATIO } from '@luna/components/Display';
import { displayLayoutId } from '@luna/constants/LayoutId';
import { LocalStorageKey } from '@luna/constants/LocalStorageKey';
import { ModelContext } from '@luna/contexts/api/model/ModelContext';
import { ClientIdContext } from '@luna/contexts/env/ClientIdContext';
import { Breakpoint, useBreakpoint } from '@luna/hooks/useBreakpoint';
import { useEventListener } from '@luna/hooks/useEventListener';
import { useInitRef } from '@luna/hooks/useInitRef';
import { useLocalStorage } from '@luna/hooks/useLocalStorage';
import { HomeContent } from '@luna/screens/home/HomeContent';
import { DisplayInspector } from '@luna/screens/home/displays/DisplayInspector';
Expand Down

0 comments on commit c88fe2b

Please sign in to comment.