website refactor
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
import { Box } from './primitives/Box';
|
||||
import { Home, RefreshCw } from 'lucide-react';
|
||||
import { Box } from './Box';
|
||||
import { Button } from './Button';
|
||||
import { RefreshCw, Home } from 'lucide-react';
|
||||
|
||||
export interface ErrorActionButtonsProps {
|
||||
onRetry?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user