Skip to content

Commit

Permalink
🐛 fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-schneider committed Oct 31, 2024
1 parent 8966016 commit 0bef90e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/website/src/app/(components)/getting-started/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { NEXT_PUBLIC_SITE_URL } from "#/src/lib/site.const";
import { CodeContainer } from "#/src/ui/code-command-container";
import { StaticStep } from "#/src/ui/stepper";

import type { Metadata } from "next";

export const metadata: Metadata = {
title: "Getting Started - CuiCui",
description:
Expand Down

0 comments on commit 0bef90e

Please sign in to comment.