9 lines
118 B
TypeScript
9 lines
118 B
TypeScript
|
import LaunchLockscreen from './ts/lockscreen/main.ts';
|
||
|
|
||
|
|
||
|
LaunchLockscreen();
|
||
|
|
||
|
App.config({
|
||
|
icons: './icons',
|
||
|
});
|