Skip to content

Commit

Permalink
react: reexpose @rcompat/platform
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 10, 2024
1 parent b93c3a8 commit 426d505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/private/client/create-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default length => {
import { createElement, useState } from "react";
import AppContext from "@primate/react/context/app";
import HeadContext from "@primate/react/context/head";
import platform from "@rcompat/platform";
import platform from "@primate/react/platform";
export default ({
components,
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/public/platform.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "@rcompat/platform";

0 comments on commit 426d505

Please sign in to comment.