← snapshot
import { GithubImport } from "@/components/github-import"; export const metadata = { title: "Import · lowell" }; export default function ImportPage() { return <GithubImport />; }