forked from CringeStudios/gamja
components/membership: fix missing import
This commit is contained in:
parent
9e68316467
commit
e1a15ceeb9
@ -1,4 +1,5 @@
|
|||||||
import { html, Component } from "../lib/index.js";
|
import { html, Component } from "../lib/index.js";
|
||||||
|
import * as irc from "../lib/irc.js";
|
||||||
|
|
||||||
export default function Membership(props) {
|
export default function Membership(props) {
|
||||||
if (!this.props.value) {
|
if (!this.props.value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user