Skip to content

Commit 08f87a6

Browse files
committed
fix: import missing type
1 parent e1f0615 commit 08f87a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmp/demo/next16/components/counter.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use client";
2-
import { PropsWithChildren, useState } from "react";
2+
3+
import { FC, PropsWithChildren, useState } from "react";
34
import { CounterClientChild } from "@/components/counterClientChild";
45

56
export const Counter: FC<PropsWithChildren> = ({ children }) => {

0 commit comments

Comments
 (0)