Skip to content

Commit 618364e

Browse files
committed
fix: remove redundant import
1 parent c83100b commit 618364e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Footer.astro

-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
import { SITE } from '$/config'
33
import ModeLabel from './ModeLabel.svelte'
4-
import NetlifyIdentity from './NetlifyIdentity.svelte'
54
---
65
<footer class="footer">
76
<nav class="nav">
87
<div>2021 &copy; Copyright notice | <a href={ SITE.githubUrl } title={`${ SITE.name }'s Github URL'`}>{ SITE.name }</a>
98
<ModeLabel client:load/> theme on <a href="https://astro.build/">Astro</a></div>
10-
<NetlifyIdentity client:load/>
119
</nav>
1210
</footer>
1311
<style>

0 commit comments

Comments
 (0)