| 'use client' | |
| export function CompServer() { | |
| return ( | |
| <div> | |
| <p>- This is a component (server)</p> | |
| {/* Uncomment the following line and save file to see the error: */} | |
| {/* < */} | |
| </div> | |
| ) | |
| } | |
| 'use client' | |
| export function CompServer() { | |
| return ( | |
| <div> | |
| <p>- This is a component (server)</p> | |
| {/* Uncomment the following line and save file to see the error: */} | |
| {/* < */} | |
| </div> | |
| ) | |
| } | |