Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 3a13374

Browse files
committed
Fix: poor merge.
1 parent 24580cf commit 3a13374

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

runestone/common/js/renderComponent.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { runestone_import } from "../../../webpack.index.js";
2-
3-
export unction renderRunestoneComponent(componentSrc, whereDiv, moreOpts) {
1+
export function renderRunestoneComponent(componentSrc, whereDiv, moreOpts) {
42
/**
53
* The easy part is adding the componentSrc to the existing div.
64
* The tedious part is calling the right functions to turn the

0 commit comments

Comments
 (0)