Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tishoyanchev committed Aug 1, 2023
1 parent 380d87b commit b618137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/wrapper-components/react-javascript/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import NumberIndicator from './components/NumberIndicator/NumberIndicator'
import Spinner from './components/Spinner/Spinner'
import Checkbox from './components/Checkbox/Checkbox';
import Navbar from './components/Navbar/Navbar';
import Card from './components/Card/Card'
//import Card from './components/Card/Card';
import IconButton from './components/IconButton/IconButton';
import Tab from './components/Tab/Tab';
import Tag from './components/Tag/Tag';
Expand Down Expand Up @@ -78,9 +78,9 @@ function App() {
<Tag />
<br />

<h2>Card</h2>
{/* <h2>Card</h2>
<Card />
<br />
<br /> */}

<h2>Number indicator</h2>
<NumberIndicator />
Expand Down

0 comments on commit b618137

Please sign in to comment.