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