Skip to content
Snippets Groups Projects
Commit 80bb82cb authored by Yusuf Akgül's avatar Yusuf Akgül :hatching_chick:
Browse files

client side fix

parent 5fdcf788
No related branches found
No related tags found
2 merge requests!15Following,!14Following
Pipeline #35494 passed
"use client"
import { PrismaClient } from '@prisma/client';
import { useState } from 'react';
import { Button } from './ui/button';
......
"use client"
import { PrismaClient } from '@prisma/client';
import { useEffect, useState } from 'react';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment