Files
myocardial/resources/js/plugins/layouts.js
T
2026-06-23 13:28:38 +07:00

7 lines
262 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { createLayouts } from '@layouts'
import '@layouts/styles/index.scss'
import { layoutConfig } from '@themeConfig'
// ️ We generate layout config from our themeConfig so you don't have to write config twice
export default createLayouts(layoutConfig)