convert from connection to pools in mysql
This commit is contained in:
@@ -7,11 +7,13 @@ import Program from './components/Program'
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<div className='snowflakes'>
|
||||
<InitialSetup/>
|
||||
<Greeting/>
|
||||
<br/>
|
||||
<Hosting/>
|
||||
<Program/>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user