Compare commits

...

2 Commits

Author SHA1 Message Date
matthieu42morin 40ddca238e Merge branch 'master' of https://git.mattmor.in/Madmin/KkosmetickySalon 2024-03-22 02:57:29 +01:00
matthieu42morin e0f0efb590 delete unused 2024-03-22 02:56:09 +01:00
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;