Skip to content

Commit

Permalink
Update article format imports in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmockett committed Sep 26, 2024
1 parent 1f03255 commit 779fc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotcom-rendering/fixtures/manual/guideAtom.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ArticleDesign, ArticleDisplay, Pillar } from '@guardian/libs';
import { ArticleDesign, ArticleDisplay, Pillar } from '../../src/lib/format';

export const defaultStoryExpanded = {
id: 'a76d998e-d4b0-4d00-8afb-773eddb4064c',
Expand Down
2 changes: 1 addition & 1 deletion dotcom-rendering/fixtures/manual/trails-nav.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ArticleDesign, ArticleDisplay, Pillar } from '@guardian/libs';
import { ArticleDesign, ArticleDisplay, Pillar } from '../../src/lib/format';
import type { TrailType } from '../../src/types/trails';

export const trails: [
Expand Down

0 comments on commit 779fc0a

Please sign in to comment.