Skip to content

Commit 977e8d3

Browse files
committed
remove unused imports
1 parent 46441c1 commit 977e8d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/Register.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import React, { useState } from "react";
2-
import { setAuthState } from "./external/bcanSatchel/actions";
32
import { observer } from "mobx-react-lite";
43
import { useNavigate } from "react-router-dom";
54
import logo from "./images/bcan_logo.svg";
6-
import { api } from "./api";
75
import { useAuthContext } from "./context/auth/authContext";
86

97
/**

0 commit comments

Comments
 (0)