refactor: rename display component to FullSize so it's only used for vnc stream full display

main
Josue 4 years ago
parent e4f617ffc0
commit 6e380fe11c
  1. 4
      striker-ui/components/Display/FullSize.tsx

@ -1,6 +1,6 @@
import VncDisplay from 'react-vnc-display';
import { Panel } from './Panels';
import { HeaderText } from './Text';
import { Panel } from '../Panels';
import { HeaderText } from '../Text';
const Display = (): JSX.Element => {
return (
Loading…
Cancel
Save