Skip to content

Commit a328f26

Browse files
committed
feat: add token explorer
1 parent 1989f69 commit a328f26

14 files changed

Lines changed: 1025 additions & 24 deletions

File tree

apps/docs/src/components/demo-block/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const ResetIcon = () => (
4040
</svg>
4141
);
4242

43-
// Build scope for react-runner to resolve imports
4443
const scope = {
4544
import: {
4645
react: React,

apps/docs/src/components/highlighted-code/HighlightedCode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Prism.languages.bash = Prism.languages.shell = {
5353
)}
5454
</Highlight>
5555
);
56-
};
56+
};

0 commit comments

Comments
 (0)