Skip to content

Commit

Permalink
update instance.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smtdfc committed Apr 7, 2024
1 parent 53255de commit 85c0a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/component/instance.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { render } from '../dom/render.js';

export class TurtleComponentInstance {
constructor(fn, props) {
this.fn = fn
Expand Down

0 comments on commit 85c0a88

Please sign in to comment.