Layouts
/
Root layout. Used to apply the theme and render the full application. The theme is based on css variables and tailwindcss. Elements using the proper tailwind classes will be themed automatically according to the current theme when placed in this layout.
Slots
default
/
Uses Layout.
App Layout. Used for all routes besides /login
.
Contains the Layout component, in which each page's content is inserted into via the component's default slot.