import React from 'react' import Header from '../signin/_header' import style from '../signin/page.module.css' import InstallForm from './installForm' import classNames from '@/utils/classnames' const Install = () => { return (
© {new Date().getFullYear()} Dify, Inc. All rights reserved.
) } export default Install