8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
|
import Greeter from './ts/greetd/main';
|
||
|
|
||
|
App.config({
|
||
|
windows: () => [
|
||
|
Greeter(),
|
||
|
],
|
||
|
});
|