diff --git a/apps/web/src/components/math-skills/utils/math-builder.tsx b/apps/web/src/components/math-skills/utils/math-builder.tsx index d47770b970..56cf36b091 100644 --- a/apps/web/src/components/math-skills/utils/math-builder.tsx +++ b/apps/web/src/components/math-skills/utils/math-builder.tsx @@ -1,3 +1,5 @@ +import { StaticMath } from '@editor/plugins/text/static-components/static-math' + import { cn } from '@/helper/cn' export function buildFrac( @@ -55,6 +57,10 @@ export function buildVec2( ) } +export function buildLatex(src: string) { + return +} + export function buildBlock( color: 'gray' | 'green' | 'orange', x: JSX.Element | string