mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-28 18:26:19 -05:00
Fix invalid relative import
Worked locally because it's served at the root…
This commit is contained in:
parent
fa80a56516
commit
54453c5f44
1 changed files with 1 additions and 1 deletions
2
state.js
2
state.js
|
@ -1,6 +1,6 @@
|
|||
import * as irc from "./lib/irc.js";
|
||||
import Client from "./lib/client.js";
|
||||
import { createContext } from "../lib/index.js";
|
||||
import { createContext } from "./lib/index.js";
|
||||
|
||||
export const SERVER_BUFFER = "*";
|
||||
|
||||
|
|
Loading…
Reference in a new issue