Skip to content

Commit

Permalink
Merge branch 'revert'
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed May 20, 2021
2 parents 93e3e5b + 56c99bf commit 7003cfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import mitt from "mitt";
import { createBrowserHistory } from "history";

import "./App.css";
import palette from "./palette";
import navBar from "./examples/navBar";
import sideBar from "./SideBar";
import formExamples from "./form/form.examples";
Expand Down Expand Up @@ -42,7 +41,6 @@ const context = {
history: createBrowserHistory(),
emitter: mitt(),
colors: { red, teal, orange, blue },
palette: palette(),
theme: createMuiTheme({
palette: {
primary: { main: "#3f51b5" },
Expand Down
14 changes: 0 additions & 14 deletions src/palette.js

This file was deleted.

0 comments on commit 7003cfb

Please sign in to comment.