From 5f935fb466e9f3c55901f8c68e28a2c8fc997c26 Mon Sep 17 00:00:00 2001 From: AlvaroIC Date: Mon, 29 Apr 2024 11:44:37 +0200 Subject: [PATCH] Backtracking some changes --- webapp/src/components/init/Init.tsx | 2 +- webapp/src/components/register/Register.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/init/Init.tsx b/webapp/src/components/init/Init.tsx index 6bcb7ee..6e4f17c 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 aa05923..889ffcb 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'