Skip to content

Commit

Permalink
fix(_error): import missing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 13, 2024
1 parent 5524453 commit 18ce009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/_error.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { IntercomProvider } from "@/components/Providers/IntercomProvider"
import { Flex, Heading, Icon, Stack } from "@chakra-ui/react"
import { ChatCircle } from "@phosphor-icons/react/ChatCircle"
import { House } from "@phosphor-icons/react/House"
import Button from "components/common/Button"
import Head from "next/head"
import NotFoundIcon from "static/avatars/58.svg"
Expand Down

0 comments on commit 18ce009

Please sign in to comment.