|
|
@ -8,9 +8,7 @@ import { MediaView } from "./views/MediaView"; |
|
|
|
import { SearchView } from "./views/SearchView"; |
|
|
|
import { SearchView } from "./views/SearchView"; |
|
|
|
|
|
|
|
|
|
|
|
function App() { |
|
|
|
function App() { |
|
|
|
const test = "abasdf"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<WatchedContextProvider> |
|
|
|
<WatchedContextProvider> |
|
|
|
<BookmarkContextProvider> |
|
|
|
<BookmarkContextProvider> |
|
|
|