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