Skip to content

Commit

Permalink
porting over accordion style search results WIP - #525
Browse files Browse the repository at this point in the history
  • Loading branch information
vbojilova committed Dec 1, 2023
1 parent b34aab2 commit de63e56
Show file tree
Hide file tree
Showing 5 changed files with 346 additions and 178 deletions.
6 changes: 3 additions & 3 deletions app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { makeSelectLocationState } from 'containers/App/selectors';
import LanguageProvider from 'containers/LanguageProvider';

// Import ThemeProvider
import { ThemeProvider } from 'styled-components';
import { Grommet } from 'grommet';
import theme from 'themes/theme-base';

// Load the favicon, and the .htaccess file
Expand Down Expand Up @@ -75,12 +75,12 @@ const render = (messages) => {
ReactDOM.render(
<Provider store={store}>
<LanguageProvider messages={messages}>
<ThemeProvider theme={theme}>
<Grommet theme={theme}>
<Router
history={history}
routes={rootRoute}
/>
</ThemeProvider>
</Grommet>
</LanguageProvider>
</Provider>,
document.getElementById('app'),
Expand Down
Loading

0 comments on commit de63e56

Please sign in to comment.