Skip to content

Commit

Permalink
revert App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
smmr-dn committed Dec 12, 2024
1 parent 2f5a850 commit d628c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playgrounds/vite/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { ToggleSwitch } from '@itwin/itwinui-react';
import { Button } from '@itwin/itwinui-react';

const App = () => {
return (
<>
<ToggleSwitch size='small' />
<Button>Hello world</Button>
</>
);
};
Expand Down

0 comments on commit d628c27

Please sign in to comment.