Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
[docs] fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Aug 15, 2023
1 parent 389789f commit ecae908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/DocsGrid/DocsGrid.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SimpleGrid, Card, Text } from "@mantine/core";
import Link from "next/link";
import { PartialDoc } from "@mdx/docs";
import { PartialDoc } from "@utils/types";

interface DocGridProps {
docs: PartialDoc[];
Expand Down

0 comments on commit ecae908

Please sign in to comment.