Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tishoyanchev committed Aug 1, 2023
1 parent c183b50 commit 0809264
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions examples/wrapper-components/react-javascript/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ 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 IconButton from './components/IconButton/IconButton';
import Tab from './components/Tab/Tab';
import Tag from './components/Tag/Tag';
Expand Down Expand Up @@ -78,10 +77,6 @@ function App() {
<Tag />
<br />

<h2>Card</h2>
<Card />
<br />

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

This file was deleted.

0 comments on commit 0809264

Please sign in to comment.