style change

This commit is contained in:
Elisha Nuchi
2019-07-16 20:54:04 -04:00
parent bf078de592
commit f62cb5fee9
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { AboutPage } from './components/about-sidebar';
import {AboutPage} from './components/about-sidebar';
ReactDOM.render(
<AboutPage />,