Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
AnOldStory committed Mar 16, 2020
1 parent aec6060 commit 9f1f185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_variables.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const Config = { version: "2.0.0" };
export default { version: "2.0.0" };
2 changes: 1 addition & 1 deletion src/route/Router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*global chrome*/
import React, { Component, version } from "react";
import React, { Component } from "react";
import { HashRouter, Route, Switch, Link } from "react-router-dom";

import Config from "_variables";
Expand Down

0 comments on commit 9f1f185

Please sign in to comment.