import './App.css'; const Li = ({url, text}) =>
  • {text}
  • const Banner_text = ({ id, text}) =>
    const Banner_box = ({ projects, text}) =>
    {projects}
    {text}
    const Skills = ({text}) =>
    {text}
    const Img__box = ({src}) =>
    function App() { return (

    Мои навыки

    ); } export default App;