import WGNContainer from "./section/WGNContainer"
import { Metadata } from "next"

export const metadata: Metadata = {
  title: "WGN",
}

export default function WGNPage() {
  return <WGNContainer />
}
