Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Nov 6, 2024
1 parent 21bf3b2 commit b6d8d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import classes from './CuttingEdgeSection.module.scss';
import Link from 'next/link';
import ContentWrapper from '@/app/Components/ContentWrapper/ContentWrapper';
import { useTranslations } from 'next-intl';
import Text from '@/app/Components/Text/Text';
Expand Down
1 change: 1 addition & 0 deletions src/app/Components/LetsBuildFloater/LetsBuildFloater.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import classes from './LetsBuildFloater.module.scss';
import Link from 'next/link';
import Text from '@/app/Components/Text/Text';
import { useTranslations } from 'next-intl';
import Button from '@/app/Components/Button/Button';
Expand Down

0 comments on commit b6d8d55

Please sign in to comment.