mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +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,
|
||||
getReleaseNoteFirefoxVersion,
|
||||
} from '../release-notes'
|
||||
import { releaseNotes as releaseNotesData } from '../release-notes'
|
||||
import { releaseNotes as releaseNotesData } from '~/release-notes'
|
||||
import { getLocale, getUI, getPath } from '~/utils/i18n'
|
||||
export type Props = ReleaseNote
|
||||
const { isTwilight, ...props } = Astro.props
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { useEffect, useState } from 'preact/hooks'
|
||||
import type { ZenTheme } from '../mods'
|
||||
import type { ZenTheme } from '~/mods'
|
||||
|
||||
type SortOrder = 'default' | 'asc' | 'desc'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue