fix: relative imports

This commit is contained in:
Felix Roos 2025-03-04 21:35:32 +01:00
parent 9d5d86bb09
commit edc2903106
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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';
<DeviceMotion />

View File

@ -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