Skip to content

Commit

Permalink
Remove unnecessary files remaining from the template block refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Aug 15, 2019
1 parent 221923d commit f55f6d1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions packages/block-library/src/index.js
Expand Up @@ -54,7 +54,6 @@ import * as shortcode from './shortcode';
import * as spacer from './spacer';
import * as subhead from './subhead';
import * as table from './table';
import * as template from './template';
import * as textColumns from './text-columns';
import * as verse from './verse';
import * as video from './video';
Expand Down Expand Up @@ -134,7 +133,6 @@ export const registerCoreBlocks = () => {
subhead,
table,
tagCloud,
template,
textColumns,
verse,
video,
Expand Down
2 changes: 0 additions & 2 deletions packages/block-library/src/index.native.js
Expand Up @@ -44,7 +44,6 @@ import * as shortcode from './shortcode';
import * as spacer from './spacer';
import * as subhead from './subhead';
import * as table from './table';
import * as template from './template';
import * as textColumns from './text-columns';
import * as verse from './verse';
import * as video from './video';
Expand Down Expand Up @@ -92,7 +91,6 @@ export const coreBlocks = [
subhead,
table,
tagCloud,
template,
textColumns,
verse,
video,
Expand Down
4 changes: 0 additions & 4 deletions packages/block-library/src/template/block.json

This file was deleted.

8 changes: 0 additions & 8 deletions packages/block-library/src/template/edit.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/block-library/src/template/icon.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/block-library/src/template/save.js

This file was deleted.

0 comments on commit f55f6d1

Please sign in to comment.