mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-01 17:35:08 +08:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
import 'tailwindcss/tailwind.css';
|
|
import '@tih/ui/dist/styles.css';
|
|
|
|
export const parameters = {
|
|
controls: { expanded: true },
|
|
};
|