mirror of
https://github.com/danbulant/ester_os
synced 2026-06-20 23:01:41 +00:00
8 lines
No EOL
93 B
JavaScript
8 lines
No EOL
93 B
JavaScript
class App {
|
|
name = "";
|
|
icon = "";
|
|
id = -1;
|
|
state = {};
|
|
}
|
|
|
|
export default App; |