- Introduced a new service `igny8_site_builder` in `docker-compose.app.yml` for site building functionality, including environment variables and volume mappings. - Deleted several outdated scripts: `create_test_users.py`, `test_image_write_access.py`, `update_free_plan.py`, and the database file `db.sqlite3` to clean up the backend. - Updated Django settings and URL configurations to integrate the new site builder module.
7 lines
218 B
TypeScript
7 lines
218 B
TypeScript
export { DefaultLayout } from './DefaultLayout';
|
|
export type { DefaultLayoutProps } from './DefaultLayout';
|
|
export { MinimalLayout } from './MinimalLayout';
|
|
export type { MinimalLayoutProps } from './MinimalLayout';
|
|
|
|
|