Skip to content

Commit

Permalink
more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andreu-vall committed Nov 8, 2023
1 parent 39d5050 commit eaf4693
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/components/Signup.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
import React, { useState } from "react";
import { Link, useHistory, useNavigate } from "react-router-dom";

//Logic packages
import { useAuth } from "./AuthContext";
import queryString from "query-string";

//React components
import {
Container,
Row,
Col,
Button,
Form,
Image,
InputGroup,
} from "react-bootstrap";
import { ArrowLeft, Eye, EyeSlash } from "react-bootstrap-icons";

//Styles
import "../css/common.css";

//Assets
import logo from "../assets/logo.png";

/*
//Logic packages
import { useState } from "react";
Expand Down

0 comments on commit eaf4693

Please sign in to comment.