mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 23:16:54 +00:00
starter
This commit is contained in:
@@ -49,7 +49,6 @@ export const getLayoutByTheme = ({ router, theme }) => {
|
|||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
const getLayoutNameByPath = (path) => {
|
const getLayoutNameByPath = (path) => {
|
||||||
console.log('path', path, LAYOUT_MAPPINGS[path])
|
|
||||||
if (LAYOUT_MAPPINGS[path]) {
|
if (LAYOUT_MAPPINGS[path]) {
|
||||||
return LAYOUT_MAPPINGS[path];
|
return LAYOUT_MAPPINGS[path];
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user