File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { getBlogPermalink } from '~/utils/permalinks';
7
7
import { findLatestPosts } from ' ~/utils/blog' ;
8
8
import WidgetWrapper from ' ~/components/ui/WidgetWrapper.astro' ;
9
9
import type { Widget } from ' ~/types' ;
10
- import Button from ' .. /ui/Button.astro' ;
10
+ import Button from ' ~/components /ui/Button.astro' ;
11
11
12
12
export interface Props extends Widget {
13
13
title? : string ;
Original file line number Diff line number Diff line change 1
1
---
2
- import WidgetWrapper from ' .. /ui/WidgetWrapper.astro' ;
2
+ import WidgetWrapper from ' ~/components /ui/WidgetWrapper.astro' ;
3
3
import type { CallToAction , Widget } from ' ~/types' ;
4
4
import Headline from ' ~/components/ui/Headline.astro' ;
5
5
import Button from ' ~/components/ui/Button.astro' ;
Original file line number Diff line number Diff line change 1
1
---
2
2
import type { Content as Props } from ' ~/types' ;
3
- import Headline from ' .. /ui/Headline.astro' ;
4
- import WidgetWrapper from ' .. /ui/WidgetWrapper.astro' ;
3
+ import Headline from ' ~/components /ui/Headline.astro' ;
4
+ import WidgetWrapper from ' ~/components /ui/WidgetWrapper.astro' ;
5
5
import Image from ' ~/components/common/Image.astro' ;
6
6
import Button from ' ~/components/ui/Button.astro' ;
7
- import ItemGrid from ' .. /ui/ItemGrid.astro' ;
7
+ import ItemGrid from ' ~/components /ui/ItemGrid.astro' ;
8
8
9
9
const {
10
10
title = await Astro .slots .render (' title' ),
Original file line number Diff line number Diff line change 1
1
---
2
2
import type { Stats as Props } from ' ~/types' ;
3
- import WidgetWrapper from ' .. /ui/WidgetWrapper.astro' ;
4
- import Headline from ' .. /ui/Headline.astro' ;
3
+ import WidgetWrapper from ' ~/components /ui/WidgetWrapper.astro' ;
4
+ import Headline from ' ~/components /ui/Headline.astro' ;
5
5
import { Icon } from ' astro-icon/components' ;
6
6
7
7
const {
You can’t perform that action at this time.
0 commit comments