8 lines
No EOL
175 B
TypeScript
8 lines
No EOL
175 B
TypeScript
import ContactComponent from "@/app/components/Contact";
|
|
export default function Contact() {
|
|
return (
|
|
<div>
|
|
<ContactComponent />
|
|
</div>
|
|
)
|
|
} |