diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-25 17:32:18 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-25 17:32:18 -0400 |
| commit | f861bec1a767eed7bfcc78f1a705b04031dcf0da (patch) | |
| tree | e18cfa9efd4824bb4e4527f1967e04f6ae06d913 /packages/frontend/src/utility | |
| parent | Revert "feat: google analytics (#15451)" (diff) | |
| download | sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.tar.gz sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.tar.bz2 sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.zip | |
update references from /scripts/ to /utility/
Diffstat (limited to 'packages/frontend/src/utility')
| -rw-r--r-- | packages/frontend/src/utility/following-feed-utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/utility/following-feed-utils.ts b/packages/frontend/src/utility/following-feed-utils.ts index 39f17949d6..81c3ca568a 100644 --- a/packages/frontend/src/utility/following-feed-utils.ts +++ b/packages/frontend/src/utility/following-feed-utils.ts @@ -5,7 +5,7 @@ import { computed, Ref, WritableComputedRef } from 'vue'; import { defaultStore } from '@/store.js'; -import { deepMerge } from '@/scripts/merge.js'; +import { deepMerge } from '@/utility/merge.js'; import { PageHeaderItem } from '@/types/page-header.js'; import { i18n } from '@/i18n.js'; import { popupMenu } from '@/os.js'; |