6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
import { applauncher } from "./applauncher.js"
|
|
|
|
App.config({
|
|
windows: [applauncher],
|
|
})
|