update vite in react package
This commit is contained in:
parent
5bbec7b17c
commit
b372161874
8 changed files with 535 additions and 770 deletions
|
|
@ -2,8 +2,10 @@ import React from 'react';
|
|||
import { MiniRepl } from './components/MiniRepl';
|
||||
import 'tailwindcss/tailwind.css';
|
||||
import { evalScope } from '@strudel.cycles/eval';
|
||||
import { controls } from '@strudel.cycles/core';
|
||||
|
||||
evalScope(
|
||||
controls,
|
||||
import('@strudel.cycles/core'),
|
||||
import('@strudel.cycles/tone'),
|
||||
import('@strudel.cycles/tonal'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue