mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
removed unused import
This commit is contained in:
parent
db9c503b0e
commit
1e8f66b042
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import * as Notifications from "./notifications";
|
|||
import * as Settings from "./settings";
|
||||
import * as Config from "./config";
|
||||
import axiosInstance from "./axios-instance";
|
||||
import { config } from "dotenv";
|
||||
|
||||
export function show(action, id, name) {
|
||||
if (action === "add") {
|
||||
|
|
Loading…
Reference in a new issue