burtenshaw commited on
Commit
e3af5c6
·
1 Parent(s): e6a04c6

fix import

Browse files
Files changed (1) hide show
  1. app/src/content/article.mdx +1 -1
app/src/content/article.mdx CHANGED
@@ -28,7 +28,7 @@ pdfProOnly: false
28
  showPdf: true
29
  ---
30
 
31
- import Sidenote from '../../components/Sidenote.astro'
32
 
33
  import GRPO from "./chapters/grpo.mdx";
34
  import SFT from "./chapters/sft.mdx";
 
28
  showPdf: true
29
  ---
30
 
31
+ import Sidenote from '../components/Sidenote.astro'
32
 
33
  import GRPO from "./chapters/grpo.mdx";
34
  import SFT from "./chapters/sft.mdx";