Skip to content

Commit

Permalink
fix: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelMocanu committed Oct 7, 2024
1 parent 800c4cf commit b46ed52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import { Tweet, Vimeo, YouTube } from 'astro-embed';
import { Content as Readme } from '../../README.md';
import Layout from '@layouts/Layout.astro';
import { Content as Readme } from '../../README.md';
import { SocialShare } from 'astro-social-share';
//import ResourceTOC from '@components/ResourceTOC.astro';
//import ResponsiveImage from '@components/ResponsiveImage.astro';
Expand Down

0 comments on commit b46ed52

Please sign in to comment.