Skip to content

Commit

Permalink
feat: add tambah ajuan page
Browse files Browse the repository at this point in the history
  • Loading branch information
chowjustin committed Nov 5, 2024
1 parent a4114fa commit fe46ec5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .biomeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# dependencies
/node_modules

# next.js
/.next/
3 changes: 3 additions & 0 deletions src/app/tambah-ajuan/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function TambahAjuan() {
return <div>Tambah Ajuan</div>;
}

0 comments on commit fe46ec5

Please sign in to comment.