Skip to content

Commit

Permalink
tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
carolbgmm committed Apr 29, 2024
1 parent bc3c693 commit c6483bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/init/Init.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/components/register/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c6483bf

Please sign in to comment.