🚚(frontend) rename pads-create to pad-management
Rename the pads-create feature to pad-management. This feature will not only create but gives tools to update and remove pads as well.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from './pad';
|
||||
export * from './pads-create';
|
||||
export * from './pad-management';
|
||||
export * from './pads-panel';
|
||||
|
||||
|
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 742 B After Width: | Height: | Size: 742 B |
@@ -4,7 +4,7 @@ import { useTranslation } from 'react-i18next';
|
||||
|
||||
import { Box, DropButton, IconOptions, Text } from '@/components';
|
||||
import { Pad } from '@/features/pads/pad';
|
||||
import { ModalRemovePad, ModalUpdatePad } from '@/features/pads/pads-create';
|
||||
import { ModalRemovePad, ModalUpdatePad } from '@/features/pads/pad-management';
|
||||
|
||||
import { TemplatesOrdering, useTemplates } from '../api/useTemplates';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user