iodigital-com/slidev-theme-iodigital

Move BaseLayout to components

Closed this issue · 0 comments

The BaseLayout component is defined in /layouts, meaning is can be used as a layout itself. However, this should not be the case as it is only used to incorporate default/shared behaviour for all available layouts. Also, as long as it is in this position it is not available for the users of the theme to use it for their own custom layouts.

Moving the component to /components solves both issues. When moving it, make sure to update the imports for each layout which uses it