Skip to content

Commit 875fbf5

Browse files
committed
+
1 parent b23d235 commit 875fbf5

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

src/content/docs/guides.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import Guides from "@components/learn/Guides.astro";
1+
import Guides from "@components/Guides.astro";
22

33
<Guides/>

src/content/docs/latest-releases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import LatestReleases from "@components/learn/LatestReleases.astro";
1+
import LatestReleases from "@components/LatestReleases.astro";
22

33
<LatestReleases/>

src/content/docs/tutorials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import Tutorials from "@components/learn/Tutorials.astro";
1+
import Tutorials from "@components/Tutorials.astro";
22

33
<Tutorials/>
File renamed without changes.

0 commit comments

Comments
 (0)