feat: add layout2 to theme and layouts configs
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
import layout1 from './layout1/Layout1Config';
|
import layout1 from './layout1/Layout1Config';
|
||||||
|
import layout2 from './layout2/Layout2Config';
|
||||||
|
|
||||||
const themeLayoutConfigs = {
|
const themeLayoutConfigs = {
|
||||||
layout1,
|
layout1,
|
||||||
|
layout2,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default themeLayoutConfigs;
|
export default themeLayoutConfigs;
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
import layout1 from './layout1/Layout1';
|
import layout1 from './layout1/Layout1';
|
||||||
|
import layout2 from './layout2/Layout2';
|
||||||
|
|
||||||
const themeLayouts = {
|
const themeLayouts = {
|
||||||
layout1,
|
layout1,
|
||||||
|
layout2,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default themeLayouts;
|
export default themeLayouts;
|
||||||
|
|||||||
Reference in New Issue
Block a user