jacquardSnapshot

← snapshot

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

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

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