Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Aug 5, 2024
1 parent 6dbe3a4 commit 7d7e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-regression/home-page/home-page.spec.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Temporal } from '@js-temporal/polyfill'
import type { Doi } from 'doi-ts'
import { DefaultLocale } from '../../assets/locales/index.js'
import { createPage } from '../../src/home-page/home-page.js'
import type { RecentPrereview } from '../../src/home-page/index.js'
import type { RecentReviewRequest } from '../../src/home-page/recent-review-requests.js'
import { rawHtml } from '../../src/html.js'
import { DefaultLocale } from '../../src/locales/index.js'
import { expect, test } from '../base.js'

import PlainDate = Temporal.PlainDate
Expand Down

0 comments on commit 7d7e70d

Please sign in to comment.