Skip to content

Commit

Permalink
Memperbaiki eror lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sensasi-delight committed Oct 2, 2024
1 parent 91ecd3e commit d071150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/(authenticated user)/reports/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PageUrlEnum from '@/enums/page-url'
import { Button, Link } from '@nextui-org/react'
import { Link } from '@nextui-org/react'
import NextLink from 'next/link'

export default function page() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default function Page() {

return (
<div>
<div>(Halaman Laporan Penjualan per Produk)</div>
</div>
)
}
}

0 comments on commit d071150

Please sign in to comment.