Skip to content

Commit

Permalink
remove hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Oct 1, 2024
1 parent 8657c20 commit fe5b491
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 230 deletions.
1 change: 0 additions & 1 deletion src/hooks/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { default as useBlockContext } from './use-block-context'
export { default as useWithShift } from './use-with-shift'
export * from './use-did-attributes-change'
export * from './use-device-type'
Expand Down
199 changes: 0 additions & 199 deletions src/hooks/use-block-context.js

This file was deleted.

28 changes: 0 additions & 28 deletions src/plugins/get-client-id-tree/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { BlockLinking } from './block-linking'
import { BlockHoverState } from './block-hover-state'
import { ContentAlign } from './content-align'
import { EditorDom } from './get-editor-dom'
import { ClientTree } from './get-client-id-tree'
import { StackableThemeFonts } from './get-theme-fonts'
import { TextDefaultBlock } from './text-default-block'

Expand All @@ -32,7 +31,6 @@ registerPlugin( 'stackable-convert-to-container-button', { render: ConvertToCont
registerPlugin( 'stackable-block-hover-state', { render: BlockHoverState } )
registerPlugin( 'stackable-content-align', { render: ContentAlign } )
registerPlugin( 'stackable-editor-dom', { render: EditorDom } )
registerPlugin( 'stackable-client-tree', { render: ClientTree } )
registerPlugin( 'stackable-theme-fonts', { render: StackableThemeFonts } )

if ( devMode ) {
Expand Down

0 comments on commit fe5b491

Please sign in to comment.