diff options
Diffstat (limited to 'src/components/Monaco.ts')
-rw-r--r-- | src/components/Monaco.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Monaco.ts b/src/components/Monaco.ts index 33f5545..e147159 100644 --- a/src/components/Monaco.ts +++ b/src/components/Monaco.ts @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import monacoHtml from "@fileContent/monacoWin.html"; +import monacoHtml from "~fileContent/monacoWin.html"; import { IpcEvents } from "../utils"; import { debounce } from "../utils/debounce"; |