Skip to content

Commit

Permalink
MVP finished
Browse files Browse the repository at this point in the history
  • Loading branch information
akram185 committed Aug 6, 2020
1 parent 1ad042d commit eb98d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React, { Component } from "react";
import React from "react";
import { Route } from "react-router-dom";

import axios from "axios";
import Motorcycle from "./Motorcycle";
import CreateMotorcycle from "./CreateMotorcycle";
import Home from "./Home";
import Information from "./Information";
Expand Down
1 change: 1 addition & 0 deletions src/Home.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { Component } from "react";
import axios from "axios";

import Motorcycle from "./Motorcycle";
import "./Home.css";

Expand Down

0 comments on commit eb98d0a

Please sign in to comment.