removed unused import

This commit is contained in:
Jack 2021-09-14 13:54:57 +01:00
parent db9c503b0e
commit 1e8f66b042

View file

@ -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") {