added clear lamps and fixed score grid size problems
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user