Skip to content

Commit

Permalink
Accidental left over merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferbaxter committed Jun 15, 2021
1 parent 7232a74 commit 9057386
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,12 @@
import {CarouselEvents} from '../../amp-base-carousel/0.1/carousel-events';
import {InlineGalleryEvents} from './inline-gallery-events';
import {createCustomEvent} from '../../../src/event-helper';
<<<<<<< HEAD
import {dict} from '../../../src/core/types/object';
import {htmlFor} from '../../../src/core/dom/static-template';
import {isLayoutSizeDefined} from '../../../src/layout';
import {matches, scopedQuerySelector} from '../../../src/core/dom/query';
import {propagateAttributes} from '../../../src/core/dom/propagate-attributes';
import {setStyle} from '../../../src/core/dom/style';
=======
import {dict} from '#core/types/object';
import {htmlFor} from '#core/dom/static-template';
import {isLayoutSizeDefined} from '#core/dom/layout';
import {matches, scopedQuerySelector} from '#core/dom/query';
import {propagateAttributes} from '#core/dom/propagate-attributes';
import {setStyle} from '#core/dom/style';
>>>>>>> bafe128873c59aeb1e77d750c44a4f53aed8d713

/**
* Renders a carousel of thumbnails for an inline gallery.
Expand Down

0 comments on commit 9057386

Please sign in to comment.