实现基本功能
This commit is contained in:
8
src/App.tsx
Normal file
8
src/App.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import RepositoryList from './components/RepositoryList'
|
||||
|
||||
function App () {
|
||||
return <RepositoryList keyword="react" max_cache_page={5} />
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user