mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 12:43:09 +02:00
.js
This commit is contained in:
parent
87c9870447
commit
04908bc90c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import { instance } from '@/instance.js';
|
|||
import { $i } from '@/account.js';
|
||||
import { definePageMetadata } from '@/scripts/page-metadata.js';
|
||||
import { miLocalStorage } from '@/local-storage.js';
|
||||
import { antennasCache, userListsCache } from '@/cache';
|
||||
import { antennasCache, userListsCache } from '@/cache.js';
|
||||
|
||||
provide('shouldOmitHeaderTitle', true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue