Skip to content

Commit

Permalink
new-render/install p5 . uninstall react-p5 . fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Feb 8, 2024
1 parent dcae4d9 commit b76c1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import './App.scss'
import Rotate_oop from './p5components/Rotate_oop'
// import { useState } from 'react'

function App() {

Expand Down
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* - AFTER - */
///*
// /*
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

Expand All @@ -16,7 +16,7 @@ export default defineConfig(({ command }) => {

return config
})
//*/
// */

/* - BEFORE - */
/*
Expand Down

0 comments on commit b76c1cc

Please sign in to comment.