Files
blundercrunch/pages/popup/tailwind.config.ts
Aditya Gupta aabb8986aa Initial commit
2026-06-29 19:29:19 +05:30

6 lines
112 B
TypeScript

import { withUI } from '@extension/ui';
export default withUI({
content: ['index.html', 'src/**/*.tsx'],
});