6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { zalouserPlugin } from "./src/channel.js";
|
|
|
|
export default {
|
|
plugin: zalouserPlugin,
|
|
};
|