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