Browse Source

removed wrong import + fixed typo in import

Skylsmoi 7 years ago
parent
commit
5755816aa3
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/container/AccountPage.jsx
  2. 2 2
      src/css/index.styl

+ 1 - 1
src/container/AccountPage.jsx View File

1
 import React, { Component } from 'react'
1
 import React, { Component } from 'react'
2
 import imgProfil from '../img/imgProfil.png'
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
 class AccountPage extends Component {
5
 class AccountPage extends Component {
6
   render () {
6
   render () {

+ 2 - 2
src/css/index.styl View File

26
 @import 'AccountPage'
26
 @import 'AccountPage'
27
 @import 'btnSwtich'
27
 @import 'btnSwtich'
28
 
28
 
29
-@import 'UploadPopup'
30
-@import 'ProgressBar'
29
+// @import 'UploadPopup'
30
+// @import 'ProgressBar'