Drop calculations made redundant by ed-forge

This commit is contained in:
Felix Linker
2021-12-26 21:44:22 +01:00
parent d2c3787165
commit 23c264e321
26 changed files with 88 additions and 6609 deletions

View File

@@ -1,9 +1,7 @@
import React from 'react';
import SlotSection from './SlotSection';
import Slot from './Slot';
import * as ModuleUtils from '../shipyard/ModuleUtils';
import { stopCtxPropagation } from '../utils/UtilityFunctions';
import { canMount } from '../utils/SlotFunctions';
import autoBind from 'auto-bind';
/**