refactor: moving from nextjs to vite+react
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import { type Cell } from "./cell";
|
||||
|
||||
export interface TerminalElement {
|
||||
readonly data: Array<Array<Cell>>;
|
||||
readonly width: number;
|
||||
readonly height: number;
|
||||
}
|
||||
Reference in New Issue
Block a user