removed the old event admin components and pages
This commit is contained in:
@@ -25,8 +25,9 @@ import {
|
||||
generatePngDataUrl,
|
||||
triggerDownloadFromBlob,
|
||||
triggerDownloadFromDataUrl,
|
||||
} from '../pages/components/invite-layout/export-utils';
|
||||
import { LayoutElement, CANVAS_WIDTH, CANVAS_HEIGHT } from '../pages/components/invite-layout/schema';
|
||||
} from './invite-layout/export-utils';
|
||||
import { LayoutElement, CANVAS_WIDTH, CANVAS_HEIGHT } from './invite-layout/schema';
|
||||
import { buildInitialTextFields } from './qr/utils';
|
||||
|
||||
type Step = 'background' | 'text' | 'preview';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user