add sidebar with redux
- add store - add routes - add page wrapper, mainlayout - add nav folder
This commit is contained in:
7
src/configs/sizeConfigs.js
Normal file
7
src/configs/sizeConfigs.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const sizeConfigs = {
|
||||
sidebar: {
|
||||
width: "300px"
|
||||
}
|
||||
};
|
||||
|
||||
export default sizeConfigs;
|
||||
Reference in New Issue
Block a user