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

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed May 26, 2023
1 parent b82604d commit 1ce76ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ localization/
build-resources/
.vscode/
.github/
dist/
dist/
scripts/
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { IChangedTiddlers } from 'tiddlywiki';
import { widget as Widget } from '$:/core/modules/widgets/widget.js';
import type { IChangedTiddlers } from 'tiddlywiki';

class ExampleWidget extends Widget {
// constructor(parseTreeNode: IParseTreeNode, options?: unknown) {
Expand Down

0 comments on commit 1ce76ec

Please sign in to comment.