diff --git a/src/components/ExportToJsonLink.astro b/src/components/ExportToJsonLink.astro index 6f14730..6034b6c 100644 --- a/src/components/ExportToJsonLink.astro +++ b/src/components/ExportToJsonLink.astro @@ -1,5 +1,5 @@ --- -import type { PlaylistSnapshot } from '@/models/playlist-snapshot'; +import type { PlaylistSnapshot } from '@/models/PlaylistSnapshot'; interface Props { snapshot: PlaylistSnapshot; @@ -9,7 +9,7 @@ const { snapshot } = Astro.props; ---