Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Removes template cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
svdo committed Apr 17, 2020
1 parent 3dafa00 commit e5d8450
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions spaces-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,16 @@ import React from 'react'
import logo from './logo.png'
import './App.css'
import 'semantic-ui-css/semantic.min.css'
import { Button } from 'semantic-ui-react'
import { useTranslation } from 'react-i18next'

function App() {
const { t } = useTranslation()
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.tsx</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
<Button>{t('home.register', 'Registreren')}</Button>
</header>
</div>
)
Expand Down

0 comments on commit e5d8450

Please sign in to comment.