Remove maze utils symlink

This commit is contained in:
Ajay
2023-08-01 22:45:01 -04:00
parent 8840dba90f
commit 16005e417d
26 changed files with 58 additions and 66 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 "../../maze-utils/config";
import { formatKey, Keybind, keybindEquals, keybindToString } from "../../../maze-utils/src/config";
export interface KeybindProps {
option: string;