copy recipes page to test new MicroRepl
This commit is contained in:
parent
89c06046b5
commit
20e8a30583
2 changed files with 314 additions and 0 deletions
|
|
@ -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 }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue