Compare commits
No commits in common. "23d637b6d5c7aedc5e3f629481cf66eb755508f2" and "572b5f351791875b75ee34263dbf943174514fc9" have entirely different histories.
23d637b6d5
...
572b5f3517
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ import Greeter from "./components/greeter";
|
|||
import AppList from "./components/appList";
|
||||
import BookmarkList from "./components/bookmarks";
|
||||
import Settings from "./components/settings";
|
||||
import Imprint from "./components/imprint";
|
||||
|
||||
import { IThemeProps, getTheme, setScheme } from "./lib/useTheme";
|
||||
import useFetch from "./lib/useFetch";
|
||||
|
@ -54,6 +55,7 @@ const App = () => {
|
|||
categories={appData.response?.categories}
|
||||
/>
|
||||
<BookmarkList groups={bookmarkData.response?.groups} />
|
||||
<Imprint imprint={imprintData.response} />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue