Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
okane16 committed Oct 22, 2024
1 parent ac80f53 commit 9926aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import Link from "next/link";
import {
Grid,
HalfWidthContentContainer,
Section,
} from "@514labs/design-system-components/components/containers";
import { CTABar } from "../../page";
import { Section } from "@514labs/design-system-components/components/containers";
import {
Heading,
HeadingLevel,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
FullWidthContentContainer,
Grid,
Section,
HalfWidthContentContainer,
} from "@514labs/design-system-components/components/containers";

import {
Expand Down

0 comments on commit 9926aa8

Please sign in to comment.