1
0
Fork 0
mirror of https://git.sr.ht/~emersion/gamja synced 2025-06-15 22:40:34 -04:00

Make all resource paths relative

Closes: https://todo.sr.ht/~emersion/gamja/17
This commit is contained in:
Simon Ser 2021-03-02 22:46:48 +01:00
parent a5608a40d5
commit 80e0175d36
14 changed files with 47 additions and 43 deletions
components

View file

@ -1,4 +1,4 @@
import { html, Component, createRef } from "/lib/index.js";
import { html, Component, createRef } from "../lib/index.js";
export default class Composer extends Component {
state = {