Skip to content

Commit

Permalink
fix: no longer require non-existent export
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Dec 5, 2024
1 parent 57a84c9 commit 5e16490
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ async function initialize() {

const [
{
PluginsLibrary,
startCorePlugins,
startPluginsMetroModuleSubscriptions: startCorePluginsMetroModuleSubscriptions,
},
Expand All @@ -52,7 +51,6 @@ async function initialize() {
app: AppLibrary,
assets: AssetsLibrary,
modules: ModulesLibrary,
plugins: PluginsLibrary,
react: {
jsx: ReactJSXLibrary,
},
Expand Down

0 comments on commit 5e16490

Please sign in to comment.