Skip to content

Commit

Permalink
Update examples-DataTypes.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mellis481 authored May 30, 2023
1 parent 3a6af6c commit be25872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/examples-DataTypes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: Data types
---

An example demostrates different ways of defining ids in data
This example demonstrates different ways of defining ids in data

import CodeTabs from "../src/components/CodeTabs";
import TreeView from "./examples/DataTypes"
import js from "!!raw-loader!!./examples/DataTypes";
import css from "!!raw-loader!!./examples/DataTypes/styles.css";

<CodeTabs component={TreeView} js={js} css={css}/>
<CodeTabs component={TreeView} js={js} css={css}/>

0 comments on commit be25872

Please sign in to comment.