mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Added Explore Tab
This commit is contained in:
parent
466068ae12
commit
a43b0907e2
6 changed files with 214 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue