Skip to content

Commit

Permalink
clone fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ins0 committed Dec 30, 2024
1 parent 2c3719e commit cfc14a3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/remote-react-components/src/Icon.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { createRemoteComponent } from "@remote-dom/react";
import { RemoteIconElement } from "@mittwald/flow-remote-elements";
import createFlowRemoteComponent from "@/lib/createFlowRemoteComponent";

export const Icon = createRemoteComponent("flr-icon", RemoteIconElement, {});
export const Icon = createFlowRemoteComponent(
"flr-icon",
"Icon",
RemoteIconElement,
{},
);

0 comments on commit cfc14a3

Please sign in to comment.