Fixed error ("use client")

This commit is contained in:
killerboss 2024-10-15 17:45:46 +02:00
parent 4e060a8d26
commit b2e581b83d

View file

@ -1,3 +1,5 @@
"use client";
import React from "react";
export interface Props {