Skip to content

Commit 2cc7b95

Browse files
author
Andrew Welch
committed
refactor: Code cleanup
1 parent 20b5599 commit 2cc7b95

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/web/assets/src/js/app.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
// Import our CSS
2-
import '@/css/app.pcss';
3-
4-
const main = async () => {
5-
};
6-
7-
main().then( (root) => {
8-
});
2+
import '@/css/app.css';

src/web/assets/src/js/welcome.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ const main = async () => {
1212
};
1313

1414
// Execute async function
15-
main().then( (root) => {
15+
main().then( () => {
16+
console.log();
1617
});

0 commit comments

Comments
 (0)