Skip to content

Commit

Permalink
Restore original App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Oct 23, 2024
1 parent 5675e04 commit e1fca80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import * as TEST_CONST from './testConstants';
import {PlatformInfo} from './PlatformInfo';

export default function App() {
const [value, setValue] = React.useState(
'Hello *world*!\n> Lorem ipsum\nexample.com\n# Hello world\n# Hello world\n# Hello world',
);
const [value, setValue] = React.useState(TEST_CONST.EXAMPLE_CONTENT);
const [textColorState, setTextColorState] = React.useState(false);
const [linkColorState, setLinkColorState] = React.useState(false);
const [textFontSizeState, setTextFontSizeState] = React.useState(false);
Expand Down

0 comments on commit e1fca80

Please sign in to comment.