We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a33cc commit ae7db1aCopy full SHA for ae7db1a
app/[page]/page.tsx
@@ -8,6 +8,7 @@ import { usePathname } from 'next/navigation';
8
import React, { useState, useEffect } from 'react';
9
import Skeleton from 'react-loading-skeleton';
10
11
+
12
export default function Page() {
13
const entryUrl = usePathname();
14
0 commit comments