main
parent
aaffbc2373
commit
a33dc8df28
|
@ -1,5 +1,5 @@
|
||||||
"use client";
|
"use client";
|
||||||
import { useEffect, useRef, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import More from "./more";
|
import More from "./more";
|
||||||
|
|
||||||
export default function Examples(props: { dict: Record<string, string>; lang: string[] }) {
|
export default function Examples(props: { dict: Record<string, string>; lang: string[] }) {
|
||||||
|
|
Loading…
Reference in New Issue