WIP: Pagination

This commit is contained in:
2023-07-05 21:13:51 +04:00
parent cd79d25d56
commit 849ef57227
11 changed files with 1293 additions and 1223 deletions

View File

@@ -1,5 +1,3 @@
'use client'
import { MoonIcon, SunIcon } from '@chakra-ui/icons'
import { Box, Button, Flex, Heading, Spacer, Stack, useColorMode, useColorModeValue } from '@chakra-ui/react'
import { Link } from '@chakra-ui/next-js'