Draw: renames

This commit is contained in:
Enrico Ros
2024-06-11 15:11:22 -07:00
parent aaf77b4e20
commit 6fbcbb9399
2 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -2,9 +2,10 @@ import * as React from 'react';
import { useIsMobile } from '~/common/components/useMatchMedia';
import { usePluggableOptimaLayout } from '~/common/layout/optima/useOptimaLayout';
import { useDrawSectionDropdown } from './create/useDrawSectionDropdown';
import { DrawGallery } from './DrawGallery';
import { DrawCreate } from './DrawCreate';
import { DrawGallery } from './DrawGallery';
import { useDrawSectionDropdown } from './useDrawSectionDropdown';
// export interface AppDrawIntent {