refactor: Rename components and update imports for consistency

This commit is contained in:
Mauro Balades
2024-07-11 23:05:41 +02:00
parent 4a7e3aadc1
commit 68ff4a7308
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { ExclamationTriangleIcon } from "@radix-ui/react-icons";
import { CheckCheckIcon, StarIcon } from "lucide-react";
import { Button } from "./ui/button";
export default function ReleaseNote({ data }: { data: ReleaseNote }) {
export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {
return (
<div className="flex flex-col mt-52 mb-24">
<div className="mx-auto w-1/3">