fix: relative imports
This commit is contained in:
parent
9d5d86bb09
commit
edc2903106
2 changed files with 2 additions and 2 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue