Skip to content

Commit

Permalink
Merge pull request #92 from Arquisoft/hotfix/solve-e2e-build
Browse files Browse the repository at this point in the history
hotfix: removed unused Button import
  • Loading branch information
Toto-hitori authored Mar 7, 2024
2 parents 9b87aca + c7994af commit 0efcfc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/src/pages/Signup.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { Center } from "@chakra-ui/layout";
import { Heading, Input, Button, InputGroup, Stack, InputLeftElement, chakra, Box, Avatar, FormControl, InputRightElement, Text, FormHelperText, IconButton } from "@chakra-ui/react";
import { Heading, Input, InputGroup, Stack, InputLeftElement,
chakra, Box, Avatar, FormControl, InputRightElement,
Text, FormHelperText, IconButton } from "@chakra-ui/react";
import { ViewIcon, ViewOffIcon } from '@chakra-ui/icons'
import axios, { HttpStatusCode } from "axios";
import React, { useState } from "react";
Expand Down

0 comments on commit 0efcfc1

Please sign in to comment.