jacquardSnapshot

← snapshot

184 bytes
import { GithubImport } from "@/components/github-import";

export const metadata = { title: "Import · lowell" };

export default function ImportPage() {
  return <GithubImport />;
}