Skip to content

Commit cada132

Browse files
committed
Remove dead import
1 parent dca93a5 commit cada132

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

web/src/overrides/Pagination.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
import { CardGrid } from '@astrojs/starlight/components';
33
import IconLinkCard from '@src/components/IconLinkCard.astro';
4-
5-
import BackToTopButton from '@src/components/BackToTopButton.astro';
64
---
75
<div data-pagefind-ignore>
86
<CardGrid>
@@ -52,6 +50,4 @@ import BackToTopButton from '@src/components/BackToTopButton.astro';
5250
href="https://forum.multitheftauto.com/" />
5351

5452
</CardGrid>
55-
56-
</div>
57-
53+
</div>

0 commit comments

Comments
 (0)