mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-02 19:09:41 +05:00
frontend: fix <Image />
This commit is contained in:
parent
58ed4007df
commit
a03deddbc0
6 changed files with 69 additions and 70 deletions
|
@ -7,10 +7,10 @@ import { usePathname, useRouter } from "next/navigation";
|
|||
import { CardList } from "@/app/components/CardList/CardList";
|
||||
import { useSearchParams } from "next/navigation";
|
||||
|
||||
export function saveSearches(search) {
|
||||
function saveSearches(search) {
|
||||
localStorage.setItem("searches", search);
|
||||
}
|
||||
export function getSearches() {
|
||||
function getSearches() {
|
||||
return localStorage.getItem("searches");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue