Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchari committed Sep 2, 2021
1 parent 69377bd commit e35db38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {CSS as CAROUSEL_CSS} from '../../amp-base-carousel/1.0/component.jss';
import {CarouselContextProp} from '../../amp-base-carousel/1.0/carousel-props';
import {PreactBaseElement} from '#preact/base-element';
import {CSS as THUMBNAIL_CSS} from './thumbnails.jss';
import { BentoInlineGalleryThumbnails } from './thumbnails';
import {BentoInlineGalleryThumbnails} from './thumbnails';
import {isExperimentOn} from '#experiments';
import {userAssert} from '../../../src/log';

Expand Down

0 comments on commit e35db38

Please sign in to comment.