8 lines
114 B
TypeScript
8 lines
114 B
TypeScript
|
|
import About from "@/components/detail/About";
|
||
|
|
|
||
|
|
export default function AboutPage() {
|
||
|
|
return (
|
||
|
|
<About />
|
||
|
|
);
|
||
|
|
}
|