import React from 'react' import InstallClient from './install' export const metadata = { title: "Install LearnHouse", description: "Install Learnhouse on your server", } function InstallPage() { return (
) } export default InstallPage