mirror of
https://github.com/danbulant/ester_os
synced 2026-07-06 19:41:00 +00:00
Sample managers for boot & renderer
This commit is contained in:
parent
1d2f808e84
commit
a16420273a
2 changed files with 6 additions and 0 deletions
3
client/src/managers/boot.ts
Normal file
3
client/src/managers/boot.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default function boot(){
|
||||||
|
|
||||||
|
}
|
||||||
3
client/src/managers/renderer.ts
Normal file
3
client/src/managers/renderer.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default class Renderer {
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue