| import Button from '../../components/button' | |
| import React from 'react' | |
| export const runtime = 'edge' | |
| export default function Home() { | |
| return ( | |
| <> | |
| <h1>Import a client component</h1> | |
| <Button /> | |
| </> | |
| ) | |
| } | |
| import Button from '../../components/button' | |
| import React from 'react' | |
| export const runtime = 'edge' | |
| export default function Home() { | |
| return ( | |
| <> | |
| <h1>Import a client component</h1> | |
| <Button /> | |
| </> | |
| ) | |
| } | |