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