Skip to content

Commit

Permalink
fix: level
Browse files Browse the repository at this point in the history
  • Loading branch information
ufocoder committed May 19, 2024
1 parent 8330fcb commit 7d4d147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
align-items: center;
min-height: 100vh;
background: #000;
color: #fff;
}

#app {
Expand Down
2 changes: 1 addition & 1 deletion src/levels/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import level_1 from "./level_1";
import level_2 from "./level_2";

export default [
level_2,
level_1,
level_2,
];

0 comments on commit 7d4d147

Please sign in to comment.