UNPKG

generator-node-react

Version:
8 lines (6 loc) 160 B
import React from 'react'; import IntroText from "../components/IntroText.js"; import './App.css'; export default function App() { return <IntroText /> };