From edc290310691a00c35209df89055049122561ffa Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Tue, 4 Mar 2025 21:35:32 +0100 Subject: [PATCH] fix: relative imports --- website/src/pages/learn/devicemotion.mdx | 2 +- website/src/pages/learn/input-devices.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/learn/devicemotion.mdx b/website/src/pages/learn/devicemotion.mdx index cd54a7cf..a41b4b97 100644 --- a/website/src/pages/learn/devicemotion.mdx +++ b/website/src/pages/learn/devicemotion.mdx @@ -5,6 +5,6 @@ layout: ../../layouts/MainLayout.astro import { MiniRepl } from '../../docs/MiniRepl'; import { JsDoc } from '../../docs/JsDoc'; -import DeviceMotion from '../../../../packages/motion/docs/devicemotion.mdx'; +import DeviceMotion from '@strudel/motion/docs/devicemotion.mdx'; diff --git a/website/src/pages/learn/input-devices.mdx b/website/src/pages/learn/input-devices.mdx index 7a70ee5f..760ad719 100644 --- a/website/src/pages/learn/input-devices.mdx +++ b/website/src/pages/learn/input-devices.mdx @@ -6,7 +6,7 @@ layout: ../../layouts/MainLayout.astro import { MiniRepl } from '../../docs/MiniRepl'; import { JsDoc } from '../../docs/JsDoc'; -import Gamepad from '../../../../packages/gamepad/docs/gamepad.mdx'; +import Gamepad from '@strudel/gamepad/docs/gamepad.mdx'; # Input Devices