Refactor version list component and import VersionList in release notes page
This commit is contained in:
@@ -5,8 +5,6 @@ import { Button } from "./ui/button";
|
||||
import { ChevronDown } from "lucide-react";
|
||||
import { releaseNotes } from "@/lib/release-notes";
|
||||
|
||||
|
||||
|
||||
export const VersionList = React.memo(({ currentVersion }: { currentVersion: string }) => {
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user