guofei 2024-10-23 15:33:11 +08:00
parent aaffbc2373
commit a33dc8df28
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"use client";
import { useEffect, useRef, useState } from "react";
import { useEffect, useState } from "react";
import More from "./more";
export default function Examples(props: { dict: Record<string, string>; lang: string[] }) {