| | |
| | | import React, { useState } from 'react'; |
| | | import defaultProps from './_defaultProps'; |
| | | import logo from '@/assets/logo.png'; |
| | | import G6 from './G6'; |
| | | |
| | | const SearchInput = () => { |
| | | const { token } = theme.useToken(); |
| | |
| | | {...settings} |
| | | > |
| | | |
| | | <PageContainer |
| | | <G6></G6> |
| | | {/* <PageContainer |
| | | token={{ |
| | | paddingInlinePageContainerContent: num, |
| | | }} |
| | |
| | | ]} |
| | | > |
| | | |
| | | |
| | | <ProCard |
| | | style={{ |
| | | height: '200vh', |
| | |
| | | <div /> |
| | | </ProCard> |
| | | |
| | | </PageContainer> |
| | | </PageContainer> */} |
| | | |
| | | <SettingDrawer |
| | | pathname={pathname} |
New file |
| | |
| | | |
| | | function G6() { |
| | | |
| | | return ( |
| | | <> |
| | | <h1>Hello Flow</h1> |
| | | <div style={{ height: '200vh' }}> |
| | | |
| | | </div> |
| | | </> |
| | | ) |
| | | } |
| | | |
| | | export default G6 |