Update aliases
This commit is contained in:
parent
c79e57b8da
commit
f4578a46e5
1 changed files with 3 additions and 4 deletions
|
|
@ -1,14 +1,13 @@
|
|||
---
|
||||
import { getImage } from 'astro:assets';
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import Squash from './Squash.svelte';
|
||||
import Article from '../components/Article/Article.svelte';
|
||||
import BodyText from '../components/BodyText/BodyText.svelte';
|
||||
import Article from '@components/Article/Article.svelte';
|
||||
import BodyText from '@components/BodyText/BodyText.svelte';
|
||||
import graphicOne from '../assets/Photo-3468.jpg';
|
||||
import graphicTwo from '../assets/Photo-3471.jpg';
|
||||
import graphicThree from '../assets/Photo-3515.jpg';
|
||||
import graphicFour from '../assets/Photo-3585.jpg';
|
||||
import { getResponsiveGraphic } from '../utils/graphics/ResponsiveGraphic';
|
||||
import { getResponsiveGraphic } from '@utils/graphics/ResponsiveGraphic';
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue