feat: add shell page

This commit is contained in:
Simon Chan 2021-10-13 13:37:28 +08:00
parent 868e3d3f10
commit 2053ee3238
6 changed files with 221 additions and 8 deletions

View file

@ -51,7 +51,7 @@ const FrameBuffer: NextPage = (): JSX.Element | null => {
} catch (e) {
showErrorDialog(e instanceof Error ? e.message : `${e}`);
}
}, []);
}, [showErrorDialog]);
useEffect(() => {
return autorun(() => {