Projekt

Obecné

Profil

Stáhnout (220 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import React from 'react';
2
import './App.css';
3
import StubComponent from './components/StubComponent'
4

    
5
function App() {
6
  return (
7
    <div className="App">
8
      <StubComponent />
9
    </div>
10
  );
11
}
12

    
13
export default App;
(3-3/9)