[site][xl]: move site folder to root
This commit is contained in:
13
site/layouts/index.ts
Normal file
13
site/layouts/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import {
|
||||
SimpleLayout,
|
||||
DocsLayout,
|
||||
UnstyledLayout,
|
||||
BlogLayout,
|
||||
} from "@flowershow/core";
|
||||
|
||||
export default {
|
||||
simple: SimpleLayout,
|
||||
docs: DocsLayout,
|
||||
unstyled: UnstyledLayout,
|
||||
blog: BlogLayout,
|
||||
};
|
||||
Reference in New Issue
Block a user