diff --git a/index/components/About.js b/index/components/About.js index 559c427..4543e01 100755 --- a/index/components/About.js +++ b/index/components/About.js @@ -1,13 +1,15 @@ import React from 'react'; import { Alert, Panel, Button } from 'react-bootstrap'; +import { version } from '../../package.json'; + const About = () =>