feat: implement dynamic page loading and server components
This commit is contained in:
9
src/pages/a/index.tsx
Normal file
9
src/pages/a/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
'use server';
|
||||
|
||||
export default async function List() {
|
||||
return (
|
||||
<div>
|
||||
<h1>List A</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user