CoolFace
Apppublic

itsprasun/pythonic-rag-fastapi-react

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
tailwind.config.js8 linesDownload Raw Back to frontend
1module.exports = {2  content: ["./src/**/*.{js,jsx,ts,tsx}"],3  theme: {4    extend: {},5  },6  plugins: [],7};8