Skip to content

Commit 3f86ccb

Browse files
committed
feat(layout): formate code
1 parent 94b3676 commit 3f86ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/BaseLayout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
import NavHeader from '../components/NavHeader/index.astro';
33
import HeadCommon from '../components/HeadCommon/index.astro';
4-
import HeadSEO from '../components/HeadSEO/index.astro'
5-
const { content, title } = Astro.props;
4+
import HeadSEO from '../components/HeadSEO/index.astro';
5+
const { content, title } = Astro.props;
66
---
77

88
<!DOCTYPE html>

0 commit comments

Comments
 (0)