Remove maze utils from npm deps

This commit is contained in:
Ajay
2023-06-30 03:07:57 -04:00
parent 75eb63632f
commit 0f7ed9926c
26 changed files with 52 additions and 85 deletions

View File

@@ -2,7 +2,7 @@ import * as React from "react";
import { createRoot, Root } from 'react-dom/client';
import Config from "../../config";
import KeybindDialogComponent from "./KeybindDialogComponent";
import { formatKey, Keybind, keybindEquals, keybindToString } from "@ajayyy/maze-utils/lib/config";
import { formatKey, Keybind, keybindEquals, keybindToString } from "../../maze-utils/config";
export interface KeybindProps {
option: string;