Procházet zdrojové kódy

Deleting import of btnaddmember img

AlexiCauvin před 8 roky
rodič
revize
d6bb4a1450
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/container/Dashboard.jsx

+ 0 - 1
src/container/Dashboard.jsx Zobrazit soubor

1
 import React, { Component } from 'react'
1
 import React, { Component } from 'react'
2
 import Sidebar from './Sidebar.jsx'
2
 import Sidebar from './Sidebar.jsx'
3
-import listMemberBtn from '../img/listmemberbtn.png'
4
 import imgProfil from '../img/imgProfil.png'
3
 import imgProfil from '../img/imgProfil.png'
5
 
4
 
6
 class Dashboard extends Component {
5
 class Dashboard extends Component {