Rename Background component files

This commit is contained in:
2026-03-12 11:33:14 +01:00
parent 553b61ceca
commit 8ad624f409
8 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import styles from "./RegisterPage.module.css";
import Background from "../../components/background/background.jsx";
import Background from "../../components/Background/background.jsx";
import Input from "../../components/ui/input/input.tsx";
import Button from "../../components/ui/button/button.tsx";
import {useContext, useEffect, useState} from "react";