diff --git a/webapp/src/components/init/Init.tsx b/webapp/src/components/init/Init.tsx index 8f99622..30295a4 100644 --- a/webapp/src/components/init/Init.tsx +++ b/webapp/src/components/init/Init.tsx @@ -2,7 +2,7 @@ import { useState } from 'react'; import { useTranslation } from 'react-i18next'; import {Button, Stack} from "@mui/material"; import GLoginButton from '../g-login-button/GLoginButton'; -import './Init.scss'; +import './init.scss'; type ActionProps = { changeView:(arg:boolean)=> void; diff --git a/webapp/src/components/register/Register.tsx b/webapp/src/components/register/Register.tsx index 0b70030..0a7047f 100644 --- a/webapp/src/components/register/Register.tsx +++ b/webapp/src/components/register/Register.tsx @@ -2,7 +2,7 @@ import { useState, KeyboardEvent } from 'react'; import axios from 'axios'; import { Container, Typography, TextField, Snackbar, Stack, Button } from '@mui/material'; import { useTranslation } from 'react-i18next'; -import './Register.scss'; +import './register.scss'; import { useNavigate } from "react-router-dom"; //const apiEndpoint = 'http://conoceryvencer.xyz:8000'