Skip to content

Commit

Permalink
change : edit bundle file
Browse files Browse the repository at this point in the history
  • Loading branch information
osmdik committed Dec 1, 2022
1 parent 78ce60d commit eb472d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/blocks/bundle-pro.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import * as outer from './_pro/outer';
import * as postList from './_pro/post-list';
import * as selectPostList from './_pro/select-post-list';
import * as selectPostListItem from './_pro/select-post-list-item';
import * as slider from './_pro/slider';
import * as sliderItem from './_pro/slider-item';
import * as step from './_pro/step';
import * as stepItem from './_pro/step-item';
import * as tableofContentsNew from './_pro/table-of-contents-new';
Expand Down Expand Up @@ -61,8 +59,6 @@ const vkblocksPro = [
selectPostListItem,
step,
stepItem,
slider,
sliderItem,
tableofContentsNew,
timeline,
timelineItem,
Expand Down
4 changes: 4 additions & 0 deletions src/blocks/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ import * as iconOuter from './icon-outer';
import * as pageContent from './page-content';
import * as prBlocks from './pr-blocks';
import * as prContent from './pr-content';
import * as slider from './slider';
import * as sliderItem from './slider-item';
import * as spacer from './spacer';
import * as staff from './staff';

Expand Down Expand Up @@ -64,6 +66,8 @@ const vkBlocks = [
pageContent,
prBlocks,
prContent,
slider,
sliderItem,
spacer,
staff,
ancestorPageList,
Expand Down

0 comments on commit eb472d2

Please sign in to comment.