add fragment

This commit is contained in:
Lorenzo Migliorero
2024-10-03 15:32:45 +02:00
parent 21ee22d4f5
commit 8f7bffc349

View File

@@ -33,9 +33,9 @@ import {
TrashIcon,
} from "lucide-react";
import Link from "next/link";
import { Fragment } from "react";
import { toast } from "sonner";
import { UpdateProject } from "./update";
import { Fragment } from "react";
export const ShowProjects = () => {
const utils = api.useUtils();