Skip to content

Commit

Permalink
style: add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed May 7, 2020
1 parent c57f9e6 commit 02deadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const NewBudget = React.lazy(() => import('./views/NewBudget'));
export default function App() {
const [welcome, setWelcome] = useState<boolean>(true);
const [init, setInitialState] = useInit();

return (
<div className={styles.app}>
<ErrorBoundary error={isError(init) ? init : undefined}>
Expand Down

0 comments on commit 02deadd

Please sign in to comment.