Yes
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
"use server"
|
||||
"use server";
|
||||
|
||||
export default async function About() {
|
||||
const res = await fetch("http://localhost:8000/api");
|
||||
console.log(res);
|
||||
return (
|
||||
<div>
|
||||
<div>
|
||||
About us
|
||||
will :
|
||||
+explain what we
|
||||
+pricing
|
||||
|
||||
+plannign for what will come next
|
||||
About us will : +explain what we +pricing +plannign for what
|
||||
will come next
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user