Refactor release notes page and update dependencies

This commit is contained in:
mauro-balades
2024-09-10 22:43:14 +02:00
parent 0f442277ed
commit 1c5e3269ac
2 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
"use client";
import { ReleaseNote, releaseNotes } from "@/lib/release-notes";
import { ExclamationTriangleIcon } from "@radix-ui/react-icons";
import { CheckCheckIcon, StarIcon } from "lucide-react";