Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: fix format
  • Loading branch information
jaaydenh committed Nov 5, 2024
commit 13106371deee6e12ddd596245742d8d42781c7ae
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Button } from "components/ui/button";
import { ExternalLinkIcon } from "@radix-ui/react-icons";
import { Button } from "components/ui/button";
import type { FC } from "react";
import { docs } from "utils/docs";

Expand Down