Skip to content

Commit

Permalink
Merge pull request #249 from droberts-ctrlo/markdown
Browse files Browse the repository at this point in the history
Bug in markdown component stopping rendering fixed
  • Loading branch information
abeverley authored Oct 17, 2023
2 parents 1459285 + 52d28a5 commit 5054e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/markdown/lib/component.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { marked } from "marked";
import { Component } from "../../../js/lib/component";
import { Component } from "component";

class MarkdownComponent extends Component {
constructor(element) {
Expand Down

0 comments on commit 5054e57

Please sign in to comment.