added clear lamps and fixed score grid size problems

This commit is contained in:
Polaris
2024-08-23 10:51:47 -04:00
parent 620874905e
commit d13fa0f2da
10 changed files with 312 additions and 131 deletions

View File

@ -2,7 +2,7 @@ import { DataTable } from "./data-table";
import { getAuth } from "@/auth/queries/getauth";
import { z } from "zod";
import { columns } from "./colums";
import { getSongsWithTitles } from "@/app/(sharing)/[token]/[id]/actions";
import { getSongsWithTitles } from "./action";
const userSchema = z.object({
UserId: z.number(),