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
@@ -31,7 +31,7 @@ export default function ThemeSwitcher() {
</Button>
}*/
import Button from "../button/button";
import Button from "../Button/button";
import { useState, useEffect } from "react";
import styles from "./ThemeSwitcher.module.css";