diff --git a/apps/web/app/about/page.tsx b/apps/web/app/about/page.tsx index ebfab3f..a10fabb 100644 --- a/apps/web/app/about/page.tsx +++ b/apps/web/app/about/page.tsx @@ -23,6 +23,7 @@ import { } from "../../src/components/Typography"; import { BackgroundGrid, Card, Container } from "../../src/components/Layout"; import { Button } from "../../src/components/Button"; +import { IconList, IconListItem } from "../../src/components/IconList"; export default function AboutPage() { return ( @@ -51,11 +52,10 @@ export default function AboutPage() {