aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/TRPG/docs/features.mdx4
-rw-r--r--docs/pages/TRPG/docs/index.mdx4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/pages/TRPG/docs/features.mdx b/docs/pages/TRPG/docs/features.mdx
index f4cf28f..a770c35 100644
--- a/docs/pages/TRPG/docs/features.mdx
+++ b/docs/pages/TRPG/docs/features.mdx
@@ -3,7 +3,7 @@ title: Features
description: Learn about TRPG's supported features
---
-import { TRPGFeatures } from '../../../components/HydroRollTRPGFeatures'
+import { HydroRollTRPGFeatures } from '../../../components/HydroRollTRPGFeatures'
# Features
@@ -19,4 +19,4 @@ When building a bundler, we needed to consider which features would be:
Let's discuss which features are available out-of-the-box, in TRPG's default configuration. We'll also touch on features which will be configurable via plugins.
-<TRPGFeatures />
+<HydroRollTRPGFeatures />
diff --git a/docs/pages/TRPG/docs/index.mdx b/docs/pages/TRPG/docs/index.mdx
index a103f36..75308de 100644
--- a/docs/pages/TRPG/docs/index.mdx
+++ b/docs/pages/TRPG/docs/index.mdx
@@ -3,7 +3,7 @@ title: TRPG Quickstart
description: Start Building Web Applications with TRPG
---
-import { TRPGQuickstartArea } from "../../../components/HydroRollTRPGQuickstart";
+import { HydroRollTRPGQuickstartArea } from "../../../components/HydroRollTRPGQuickstart";
import Callout from "../../../components/Callout";
import { Tabs, Tab } from "../../../components/Tabs";
import FullTurboCTA from "../../../components/FullTurboCTA";
@@ -56,6 +56,6 @@ The Next.js v13 development server is now powered by TRPG! Startup and updates s
Want to learn more about TRPG? Here's a deep dive on what we think makes it special.
-<TRPGQuickstartArea />
+<HydroRollTRPGQuickstartArea />
<FullTurboCTA />