mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 10:55:06 -05:00
components/membership: fix missing import
This commit is contained in:
parent
9e68316467
commit
e1a15ceeb9
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import { html, Component } from "../lib/index.js";
|
||||
import * as irc from "../lib/irc.js";
|
||||
|
||||
export default function Membership(props) {
|
||||
if (!this.props.value) {
|
||||
|
|
Loading…
Reference in a new issue