maintainance: applied new Theme context to component
This commit is contained in:
parent
d64db4d316
commit
37b38d33fc
2 changed files with 7 additions and 5 deletions
|
|
@ -4,10 +4,10 @@ import Welcome from "./home/Welcome/Welcome"
|
|||
import { ToggleSetting, ButtonSetting } from "./home/userSettings/Setting"
|
||||
|
||||
//common
|
||||
import LoadingSymbol from "./common/loadingSymbol/loadingSymbol"
|
||||
import Plus from "./common/plus/plus"
|
||||
import SearchBar from "./common/searchBar/SearchBar"
|
||||
import CustomCard from "./common/customCard/CustomCard"
|
||||
import LoadingSymbol from "./common/loadingSymbol"
|
||||
import Plus from "./common/plus"
|
||||
import SearchBar from "./common/SearchBar"
|
||||
import CustomCard from "./common/CustomCard"
|
||||
|
||||
|
||||
//login
|
||||
|
|
|
|||
Reference in a new issue