Last_Dance
This commit is contained in:
10
ubungSelf+-5/lab07/src/App.jsx
Normal file
10
ubungSelf+-5/lab07/src/App.jsx
Normal file
@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import StepCounter from './StepCounter';
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<div style={{ padding: '20px' }}>
|
||||
<StepCounter />
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user