Rearrange components

This commit is contained in:
He4eT 2023-06-03 22:50:37 +03:00 committed by Alexey
commit daa26965cd
16 changed files with 14 additions and 11 deletions

View file

@ -3,13 +3,16 @@ import { useState, useEffect } from 'preact/hooks'
import CheapGlkOte from 'cheap-glkote'
import TextBuffer from './TextBuffer'
import GridBuffer from './GridBuffer'
import TextBuffer from './OutputBox/TextBuffer'
import GridBuffer from './OutputBox/GridBuffer'
import InputBox from './InputBox'
import Status from './Status'
import InputBox from './InputBox/InputBox'
import Status from './Status/Status'
import { Handlers, unhandledRejectionHandler } from './playerHandlers'
import {
Handlers,
unhandledRejectionHandler
} from './common/playerHandlers'
import './player.css'