mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-14 19:49:39 +02:00
chore: Cleanup doLayout
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
import { log } from '$root/logger.js';
|
|
||||||
import type { LayoutData, LayoutMethod, RenderData } from './types.js';
|
|
||||||
|
|
||||||
const performLayout = (
|
|
||||||
layoutData: LayoutData,
|
|
||||||
id: string,
|
|
||||||
_version: string,
|
|
||||||
layoutMethod: LayoutMethod
|
|
||||||
): RenderData => {
|
|
||||||
log.info('Performing layout', layoutData, id, _version, layoutMethod);
|
|
||||||
return { items: [] };
|
|
||||||
};
|
|
||||||
export default performLayout;
|
|
Reference in New Issue
Block a user