UI of agents

This commit is contained in:
Eng. Elias
2024-02-12 22:26:08 +04:00
parent 8cec2ba613
commit b1ff70007d
9 changed files with 778 additions and 211 deletions

View File

@@ -5,6 +5,7 @@ const config: Config = {
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
"./node_modules/tw-elements-react/dist/js/**/*.js",
],
theme: {
extend: {
@@ -15,6 +16,6 @@ const config: Config = {
},
},
},
plugins: [],
plugins: [require("tw-elements-react/dist/plugin.cjs")],
};
export default config;