mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Search term in query for all questions
This commit is contained in:
parent
9aa0c111ce
commit
36a564498b
2 changed files with 20 additions and 15 deletions
|
@ -3,10 +3,10 @@
|
|||
import '../defaultStyles.css'
|
||||
import Layout from '../components/layout'
|
||||
|
||||
function MyApp ({ Component, pageProps, router }) {
|
||||
function MyApp({ Component, pageProps, router }) {
|
||||
return (
|
||||
<Layout route={router.route}>
|
||||
<Component {...pageProps} />
|
||||
<Component {...pageProps} router={router} />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue