diff --git a/src/components/templates/ErrorFallback.tsx b/src/components/templates/ErrorFallback.tsx index 294c609..9dfa73b 100644 --- a/src/components/templates/ErrorFallback.tsx +++ b/src/components/templates/ErrorFallback.tsx @@ -1,5 +1,4 @@ import React from 'react'; -import { Header } from '../organisms'; import { Button } from '../atoms'; const ErrorFallback: React.FC = ({ @@ -14,20 +13,17 @@ const ErrorFallback: React.FC = ({ }; return (