Skip to content

Commit

Permalink
add v1 of react hooks rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
victordibia committed Sep 20, 2020
1 parent 0fa99bc commit 5c23ba1
Show file tree
Hide file tree
Showing 8 changed files with 502 additions and 399 deletions.
2 changes: 1 addition & 1 deletion app/src/components/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import React, { Component } from "react";
import { Route, HashRouter } from "react-router-dom";
import Header from "./header/Header";
import Footer from "./footer/Footer";
import SemanticEx from "./semanticex/SemanticEx";
import SemanticEx from "./semanticexo/SemanticEx";
import { createBrowserHistory } from "history";

const history = createBrowserHistory({
Expand Down
358 changes: 0 additions & 358 deletions app/src/components/comparevisualization/CompareVisualization.jsx

This file was deleted.

Loading

0 comments on commit 5c23ba1

Please sign in to comment.