mv notify-test.js test/notify.js
This commit is contained in:
parent
09a364c67d
commit
5a4f07ce70
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
/* eslint-disable no-constant-condition */
|
/* eslint-disable no-constant-condition */
|
||||||
import { delay, html_game_list, notify } from './util.js';
|
import { delay, html_game_list, notify } from '../util.js';
|
||||||
import { cfg } from './config.js';
|
import { cfg } from '../config.js';
|
||||||
|
|
||||||
const URL_CLAIM = 'https://gaming.amazon.com/home'; // dummy URL
|
const URL_CLAIM = 'https://gaming.amazon.com/home'; // dummy URL
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue