Bläddra i källkod

removed wrong import + fixed typo in import

Skylsmoi 7 år sedan
förälder
incheckning
5755816aa3
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      src/container/AccountPage.jsx
  2. 2 2
      src/css/index.styl

+ 1 - 1
src/container/AccountPage.jsx Visa fil

@@ -1,6 +1,6 @@
1 1
 import React, { Component } from 'react'
2 2
 import imgProfil from '../img/imgProfil.png'
3
-import BtnSwitch from '../component/common/input/BtnSwitch.jsx'
3
+import BtnSwitch from '../component/common/Input/BtnSwitch.jsx'
4 4
 
5 5
 class AccountPage extends Component {
6 6
   render () {

+ 2 - 2
src/css/index.styl Visa fil

@@ -26,5 +26,5 @@ html, body, #content, #content > div
26 26
 @import 'AccountPage'
27 27
 @import 'btnSwtich'
28 28
 
29
-@import 'UploadPopup'
30
-@import 'ProgressBar'
29
+// @import 'UploadPopup'
30
+// @import 'ProgressBar'