We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46441c1 commit 977e8d3Copy full SHA for 977e8d3
frontend/src/Register.tsx
@@ -1,9 +1,7 @@
1
import React, { useState } from "react";
2
-import { setAuthState } from "./external/bcanSatchel/actions";
3
import { observer } from "mobx-react-lite";
4
import { useNavigate } from "react-router-dom";
5
import logo from "./images/bcan_logo.svg";
6
-import { api } from "./api";
7
import { useAuthContext } from "./context/auth/authContext";
8
9
/**
0 commit comments