Rename Button ui component files

This commit is contained in:
2026-03-12 11:38:50 +01:00
parent dd6c672882
commit 278a879fce
27 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import styles from "./Event.module.css";
import { useState, useEffect } from "react";
import { useNavigate } from "react-router";
import Button from "/src/components/ui/button/button"
import Button from "/src/components/ui/Button/button"
function Event({event}){