mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-25 05:00:55 +03:00
- Updated .js files to .jsx on frontend.
- Removed Yarn dependency and replaced with PNPM - Changed Frontend to render via vite
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react'
|
||||
import { useDispatch, useSelector } from 'react-redux'
|
||||
import { useSnackbar } from 'notistack'
|
||||
import { removeSnackbar } from 'store/actions'
|
||||
import { removeSnackbar } from '@/store/actions'
|
||||
|
||||
let displayed = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user