diff --git a/web/src/App.js b/web/src/App.js index e25d1da..fbc0f72 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -1,5 +1,5 @@ import React from 'react' -import styled from 'styled-components' +import styled, { createGlobalStyle } from 'styled-components' import { useDeferredState } from './hooks/state' import { mobile } from './util/css' @@ -26,37 +26,50 @@ export default function App() { } return ( - -
- - namæ - - -
+ <> + + +
+ + namæ + + +
- {query && query.length > 0 ? ( - - Result for {query} - - - - - - - - - - - - - - - ) : null} -