copy recipes page to test new MicroRepl

This commit is contained in:
Felix Roos 2023-12-15 23:30:27 +01:00
parent 89c06046b5
commit 20e8a30583
2 changed files with 314 additions and 0 deletions

View file

@ -1,5 +1,7 @@
import { useState, useRef, useCallback, useEffect } from 'react';
import { Icon } from './Icon';
import '@strudel/repl';
// import { useInView } from 'react-hook-inview';
export function MicroRepl({ code, hideHeader = false }) {