[resource page][m]: initially working resource page with support of datastore and non-datastore resources.
This commit is contained in:
9
components/resource/DataExplorer.tsx
Normal file
9
components/resource/DataExplorer.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Link from 'next/link'
|
||||
|
||||
export default function DataExplorer({ resource }) {
|
||||
return (
|
||||
<>
|
||||
{JSON.stringify(resource, null, 2)}
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user