mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 03:56:26 +02:00
Fixed relative require paths
This commit is contained in:
parent
9f3da67cf2
commit
12137402de
13 changed files with 51 additions and 30 deletions
|
@ -4,8 +4,8 @@
|
|||
(function(){
|
||||
"use strict";
|
||||
|
||||
const settings = require("./settings");
|
||||
const navigator = require("./navigator");
|
||||
const settings = require("../lib/settings");
|
||||
const navigator = require("../lib/navigator");
|
||||
|
||||
const title = document.createElement("h1");
|
||||
title.className = "title";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue