Resolve name issues in imports

This commit is contained in:
2026-03-12 12:08:27 +01:00
parent e0121d7358
commit 0c1b90b6c5
39 changed files with 67 additions and 67 deletions
@@ -1,4 +1,4 @@
import Button from "../button/button.tsx";
import Button from "../Button/Button.tsx";
import { useState, useEffect } from "react";
import styles from "./ThemeSwitcher.module.css";