Skip to content

Commit 665d4c7

Browse files
author
srdjan
committed
refactor repo organization
1 parent ac2819c commit 665d4c7

File tree

10 files changed

+8
-1687
lines changed

10 files changed

+8
-1687
lines changed

example/app.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import React from 'react'
22
import ReactDOM from 'react-dom'
33
import MultiStep from './index'
4-
import './css/custom.css'
5-
import './css/normilize.css'
6-
import './css/skeleton.css'
74
import StepOne from './stepOne'
85
import StepTwo from './stepTwo'
96
import StepThree from './stepThree'
@@ -23,7 +20,7 @@ const nextStyle = { background: '#33c3f0' }
2320
const App = () => (
2421
<div className='container'>
2522
<MultiStep steps={steps} prevStyle={prevStyle} nextStyle={nextStyle} />
26-
<div className='container app-footer'>
23+
<div className='app-footer'>
2724
<h6>Press 'Enter' or click on progress bar for next step.</h6>
2825
Code is on{' '}
2926
<a href='https://github.com/Srdjan/react-multistep' target='_blank' rel='noreferrer'>

0 commit comments

Comments
 (0)