UI of agents
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user