Skip to content

Commit

Permalink
fix: import datocms types
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmoelker committed Nov 6, 2024
1 parent d4bef8b commit 39b154e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LinkToFile/LinkToFile.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import type { FileRouteFragment } from '@lib/types/datocms';
import type { FileRouteFragment } from '@lib/datocms/types';
import prettyBytes from 'pretty-bytes';
import { getLocale } from '@lib/i18n';
import { getFileHref } from '@lib/routing/';
Expand Down

0 comments on commit 39b154e

Please sign in to comment.