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 bbf6cd5 commit 800c4cf
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,6 +1,6 @@
---
import { Content as Readme } from '../../README.md';
import { Tweet, Vimeo, YouTube } from 'astro-embed';
import { Content as Readme } from '../../README.md';
import Layout from '@layouts/Layout.astro';
import { SocialShare } from 'astro-social-share';
//import ResourceTOC from '@components/ResourceTOC.astro';
Expand Down

0 comments on commit 800c4cf

Please sign in to comment.