Skip to content

Instantly share code, notes, and snippets.

@adamklingbaum
Created November 14, 2021 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamklingbaum/0cc94f4d298026b132f9fe0ec97d6654 to your computer and use it in GitHub Desktop.
Save adamklingbaum/0cc94f4d298026b132f9fe0ec97d6654 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import ValidatedForm from './components/ValidatedForm';
import 'bootstrap/dist/css/bootstrap.min.css';
ReactDOM.render(<ValidatedForm />, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment