import React from 'react' import InitPasswordPopup from './InitPasswordPopup' import cn from '@/utils/classnames' const Install = () => { return (
) } export default Install