|
|
@@ -3,6 +3,8 @@ import React from 'react';
|
|
|
import dynamic from 'next/dynamic';
|
|
|
import { ReactMarkdownOptions } from 'react-markdown/lib/react-markdown';
|
|
|
|
|
|
+// TODO: Fix Dependency cycle
|
|
|
+// https://redmine.weseek.co.jp/issues/126744
|
|
|
import { usePresentationViewOptions } from '~/stores/renderer';
|
|
|
|
|
|
|