delete unused

This commit is contained in:
matthieu42morin 2024-03-22 02:56:09 +01:00
parent 3919162c6b
commit e0f0efb590
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
import { writable } from 'svelte/store';
import type { Writable } from 'svelte/store';
import type { InstagramPost } from '../types/instagram';
const instagramFeed: Writable<InstagramPost[]> = writable([]);
export default instagramFeed;