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