website refactor
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ChevronLeft, ChevronRight } from 'lucide-react';
|
||||
import React from 'react';
|
||||
import { Box } from './primitives/Box';
|
||||
import { Box } from './Box';
|
||||
import { Button } from './Button';
|
||||
import { Text } from './Text';
|
||||
import { ChevronLeft, ChevronRight } from 'lucide-react';
|
||||
|
||||
export interface PaginationProps {
|
||||
currentPage: number;
|
||||
|
||||
Reference in New Issue
Block a user