Skip to content

Commit f55f6d1

Browse files
committed
Remove unnecessary files remaining from the template block refactoring
1 parent 221923d commit f55f6d1

File tree

6 files changed

+0
-32
lines changed

6 files changed

+0
-32
lines changed

packages/block-library/src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ import * as shortcode from './shortcode';
5454
import * as spacer from './spacer';
5555
import * as subhead from './subhead';
5656
import * as table from './table';
57-
import * as template from './template';
5857
import * as textColumns from './text-columns';
5958
import * as verse from './verse';
6059
import * as video from './video';
@@ -134,7 +133,6 @@ export const registerCoreBlocks = () => {
134133
subhead,
135134
table,
136135
tagCloud,
137-
template,
138136
textColumns,
139137
verse,
140138
video,

packages/block-library/src/index.native.js

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ import * as shortcode from './shortcode';
4444
import * as spacer from './spacer';
4545
import * as subhead from './subhead';
4646
import * as table from './table';
47-
import * as template from './template';
4847
import * as textColumns from './text-columns';
4948
import * as verse from './verse';
5049
import * as video from './video';
@@ -92,7 +91,6 @@ export const coreBlocks = [
9291
subhead,
9392
table,
9493
tagCloud,
95-
template,
9694
textColumns,
9795
verse,
9896
video,

packages/block-library/src/template/block.json

-4
This file was deleted.

packages/block-library/src/template/edit.js

-8
This file was deleted.

packages/block-library/src/template/icon.js

-8
This file was deleted.

packages/block-library/src/template/save.js

-8
This file was deleted.

0 commit comments

Comments
 (0)