parent
e4f617ffc0
commit
6e380fe11c
1 changed files with 2 additions and 2 deletions
@ -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…
Reference in new issue