import React from 'react'; import StepCounter from './StepCounter'; export default function App() { return (
); }