Skip to content

Instantly share code, notes, and snippets.

"use client";
import { useState, useEffect, useCallback, useRef, useMemo } from "react";
import { useParams, useRouter } from "next/navigation";
// import { allBooks } from "@/lib/data.dummy";
import {
getBookById,
getBookPages,
getLevelById,
} from "@/actions/books/booksAction";