diff options
| author | 2023-05-03 01:26:31 +0800 | |
|---|---|---|
| committer | 2023-05-03 01:26:31 +0800 | |
| commit | a29e1dd7ded35303a21c0582bff470a6c8482c1c (patch) | |
| tree | f3ab1a9704b9e342d2985c02489f7a9b047abf6e /docs/pages | |
| parent | e76a5f847e78fee4e62f6eb37d468557a1504c55 (diff) | |
| download | HydroRoll-a29e1dd7ded35303a21c0582bff470a6c8482c1c.tar.gz HydroRoll-a29e1dd7ded35303a21c0582bff470a6c8482c1c.zip | |
Diffstat (limited to 'docs/pages')
| -rw-r--r-- | docs/pages/TRPG/docs/features.mdx | 4 | ||||
| -rw-r--r-- | docs/pages/TRPG/docs/index.mdx | 4 |
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 /> |
