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
@@ -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";