Guest User

Untitled

a guest
May 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import React, { Component } from 'react';
  2. import Question from './components/Question';
  3. import Score from './components/Score'; // Adding Score Component.
  4. import './Quiz.css';
Add Comment
Please, Sign In to add comment