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 21d8b1a commit 43d6884Copy full SHA for 43d6884
src/index.ts
@@ -1,3 +1,4 @@
1
import routes from './routes/avatars';
2
3
export default routes;
4
+(module as any).exports = routes;
0 commit comments