diff options
| author | Factiven <[email protected]> | 2023-04-19 17:24:31 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-19 17:24:31 +0700 |
| commit | 517191540a2a9e5c2ccdf7d0952b4e34d65537e0 (patch) | |
| tree | abd4e4c79bc692c886b24013282c6ef94fec1554 /pages/search | |
| parent | 13th fixes (diff) | |
| download | moopa-517191540a2a9e5c2ccdf7d0952b4e34d65537e0.tar.xz moopa-517191540a2a9e5c2ccdf7d0952b4e34d65537e0.zip | |
client side rendering
Diffstat (limited to 'pages/search')
| -rw-r--r-- | pages/search/[param].js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/search/[param].js b/pages/search/[param].js index d7da1b4..f831b4d 100644 --- a/pages/search/[param].js +++ b/pages/search/[param].js @@ -1,8 +1,8 @@ import { useEffect, useRef, useState } from "react"; import { AnimatePresence, motion as m } from "framer-motion"; import Skeleton, { SkeletonTheme } from "react-loading-skeleton"; -import { useRouter } from "next/router"; import "react-loading-skeleton/dist/skeleton.css"; +import { useRouter } from "next/router"; import Link from "next/link"; import Navbar from "../../components/navbar"; import Head from "next/head"; |