components/membership: fix missing import
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user