Added Explore Tab

This commit is contained in:
Shiny Nematoda 2022-07-14 11:42:57 +00:00
parent 466068ae12
commit a43b0907e2
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
6 changed files with 214 additions and 17 deletions

View file

@ -1,4 +1,8 @@
export const useStore = () => {
export function useRoute(l) {
history.pushState({}, '', l);
}
export function useStore() {
try {
return window.localStorage;
} catch (err) {
@ -13,7 +17,7 @@ export const useStore = () => {
setItem: error,
};
}
};
}
export function useLazyLoad() {
let lazyElems;