Skip to content

Commit

Permalink
chore: remove unnecessry import
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaset committed May 6, 2024
1 parent 21faa14 commit a3bd961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/error.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import { Header } from '@/components/Header';
import { Box, Button, Container, Stack, Typography } from '@mui/material';
import { Button, Container, Stack, Typography } from '@mui/material';
import { useTranslations } from 'next-intl';
import Image from 'next/image';
import { FC, useEffect } from 'react';
Expand Down

0 comments on commit a3bd961

Please sign in to comment.