🥳 src init

This commit is contained in:
ful1e5 2020-08-13 18:35:52 +05:30
parent cf1092ba2c
commit 04a111af50
4 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
export * from "./render";

View file

@ -0,0 +1 @@
export const sharedCode = () => console.log("Shared Code");