diff options
author | 2021-11-15 16:23:50 -0800 | |
---|---|---|
committer | 2021-11-22 10:21:29 -0800 | |
commit | 87319ba73d7f079595c11325904c37cf5b654eda (patch) | |
tree | 83220122f81953e523a0287451c80a8764875102 | |
parent | cb18bf7e5d3657313359c448bcc24ff3f27f2faa (diff) | |
download | bun-87319ba73d7f079595c11325904c37cf5b654eda.tar.gz bun-87319ba73d7f079595c11325904c37cf5b654eda.tar.zst bun-87319ba73d7f079595c11325904c37cf5b654eda.zip |
remove export from empty
-rw-r--r-- | packages/bun-framework-next/empty.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/bun-framework-next/empty.js b/packages/bun-framework-next/empty.js index 14a7c49f6..bbf5800ce 100644 --- a/packages/bun-framework-next/empty.js +++ b/packages/bun-framework-next/empty.js @@ -1,3 +1 @@ // Keep this file here so that main resolves correctly - -export {}; |