Skip to content

Commit

Permalink
fix(dossier): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-sanna-eki committed Dec 9, 2023
1 parent 9c15841 commit 6d06946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/dossiers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { getDossiers } from "@/repository/database";
import Link from "next/link";

export default async function Dossiers() {
// How to use ListTables???
const dossiers = await getDossiers();
// TODO: match old website url ":id/dossiers/:id"
return (
Expand Down

0 comments on commit 6d06946

Please sign in to comment.