Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
boscocg committed Oct 16, 2023
1 parent 5e41acd commit bdd76f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(landing)/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { joinClasses } from '@/app/(landing)/utils/function';
import LenisManager, { IInstanceOptions } from '@/app/(landing)/utils/scroll';
// import Link from '@/components/gtw-link';

import { Box, Stack, Typography } from '@mui/material';
import { Stack, Typography } from '@mui/material';

import Button from '../button';
import ArrowRight2 from '../icons/arrow-right-2';
Expand Down

0 comments on commit bdd76f8

Please sign in to comment.