mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
fix(imports): update import paths in ReleaseNoteItem and useModsSearch to utilize ~
for consistency
This commit is contained in:
parent
bac2fe1846
commit
b12045734e
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import {
|
||||||
type BreakingChange,
|
type BreakingChange,
|
||||||
getReleaseNoteFirefoxVersion,
|
getReleaseNoteFirefoxVersion,
|
||||||
} from '../release-notes'
|
} from '../release-notes'
|
||||||
import { releaseNotes as releaseNotesData } from '../release-notes'
|
import { releaseNotes as releaseNotesData } from '~/release-notes'
|
||||||
import { getLocale, getUI, getPath } from '~/utils/i18n'
|
import { getLocale, getUI, getPath } from '~/utils/i18n'
|
||||||
export type Props = ReleaseNote
|
export type Props = ReleaseNote
|
||||||
const { isTwilight, ...props } = Astro.props
|
const { isTwilight, ...props } = Astro.props
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { useEffect, useState } from 'preact/hooks'
|
import { useEffect, useState } from 'preact/hooks'
|
||||||
import type { ZenTheme } from '../mods'
|
import type { ZenTheme } from '~/mods'
|
||||||
|
|
||||||
type SortOrder = 'default' | 'asc' | 'desc'
|
type SortOrder = 'default' | 'asc' | 'desc'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue