First Commit
This commit is contained in:
parent
007567a6d0
commit
3138c18021
6 changed files with 195 additions and 161 deletions
|
@ -36,11 +36,11 @@ const App = () => {
|
|||
<>
|
||||
<GlobalStyle />
|
||||
<div>
|
||||
<SearchBar providers={searchProviderData?.providers} />
|
||||
<SearchBar search={searchProviderData?.search} />
|
||||
{!themeData.error && !searchProviderData.error && (
|
||||
<Settings
|
||||
themes={themeData?.themes}
|
||||
providers={searchProviderData?.providers}
|
||||
search={searchProviderData?.search}
|
||||
/>
|
||||
)}
|
||||
<Greeter data={greeterData.greeter} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue