Medi-Scape / frontend /react-code /tailwind.config.js
DjPapzin's picture
Add falcondemo.mp4 and .keras model to Git LFS
c77acf1
raw
history blame contribute delete
174 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html",
"./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}