add missing copyright header to following-feed-utils.ts

This commit is contained in:
Hazelnoot 2024-11-01 09:28:20 -04:00
parent 64e4cf8277
commit 173623a24b

View file

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: hazelnoot and other Sharkey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { computed } from 'vue';
import { defaultStore } from '@/store.js';
import { deepMerge } from '@/scripts/merge.js';