imports and exports
This commit is contained in:
parent
06b73f90eb
commit
008a7095fb
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pluto",
|
"name": "pluto",
|
||||||
"module": "src/server.tsx",
|
"module": "src/index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
1
src/index.ts
Normal file
1
src/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
export { routes, css, js } from "./helpers"
|
||||||
Loading…
Reference in New Issue
Block a user