Skip to content

Commit 9f1f185

Browse files
committed
Fix config
1 parent aec6060 commit 9f1f185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const Config = { version: "2.0.0" };
1+
export default { version: "2.0.0" };

src/route/Router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*global chrome*/
2-
import React, { Component, version } from "react";
2+
import React, { Component } from "react";
33
import { HashRouter, Route, Switch, Link } from "react-router-dom";
44

55
import Config from "_variables";

0 commit comments

Comments
 (0)