import { Check, Link } from 'lucide-react' import React from 'react' function DisableInstallMode() { return (

You have reached the end of the Installation process,{' '} please don't forget to disable installation mode. {' '}

LearnHouse Docs
) } export default DisableInstallMode