Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vignt97867896
/
bioflow
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bioflow
/
ui
/
postcss.config.mjs
yassinekolsi
Fix all TypeScript errors: remove unused imports, delete orphan reactflow components
532554f
11 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
const
config = {
plugins
: {
'@tailwindcss/postcss'
: {},
},
};
export
default
config;