We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816d02d commit 92a7fbfCopy full SHA for 92a7fbf
adminforth/commands/createApp/templates/index.ts.hbs
@@ -1,6 +1,6 @@
1
import express from 'express';
2
import AdminForth, { Filters } from 'adminforth';
3
-import usersResource from "./resources/adminuser";
+import usersResource from "./resources/adminuser.js";
4
5
const ADMIN_BASE_URL = '';
6
0 commit comments