Fixed error ("use client")
This commit is contained in:
parent
4e060a8d26
commit
b2e581b83d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
"use client";
|
||||
|
||||
import React from "react";
|
||||
|
||||
export interface Props {
|
||||
|
|
Loading…
Reference in a new issue