remove comment
This commit is contained in:
parent
56df68b988
commit
5707214092
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@
|
|||
import DocumentViewer from './DocumentViewer'
|
||||
import ErrorBoundary from '@/app/utils/ErrorBoundary'
|
||||
|
||||
// export function generateStaticParams() {
|
||||
// const docsList = Object.keys(documents)
|
||||
// return docsList.map((doc) => ({ doc }))
|
||||
// }
|
||||
|
||||
export default function Page({
|
||||
params,
|
||||
}: Readonly<{ params: { slug: string } }>) {
|
||||
|
|
Loading…
Reference in a new issue