7 lines
98 B
TypeScript
7 lines
98 B
TypeScript
|
|
export default async function ServiceDetails() {
|
|
return (
|
|
<h1>hello </h1>
|
|
)
|
|
}
|