Skip to content

Commit

Permalink
Fix: Resolve conflit
Browse files Browse the repository at this point in the history
  • Loading branch information
KAMALDEEN333 committed Jan 28, 2025
1 parent 9efebc8 commit fbb6c09
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions frontend/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,4 @@ export default function page() {
</div>
);
}
import Keyboard from "@/components/Keyboard.jsx";
import Navbar from "@/components/Navbar";
export default function page() {
return (
<div>
<Navbar />
<Keyboard />
</div>
);
}

0 comments on commit fbb6c09

Please sign in to comment.