cli/templates/new-frontend-plugin-module: fix package export + change to module.tsx

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-08-03 02:16:02 +02:00
parent 35dd3f58b4
commit 6c6991453f
2 changed files with 1 additions and 1 deletions
@@ -1 +1 @@
export { {{ moduleVar }} } from './plugin';
export { {{ moduleVar }} as default } from './plugin';