Hard Code of List

This commit is contained in:
Yifei Hu 2024-07-08 16:20:56 +08:00
parent 78738c9282
commit 2ca85ad015
17 changed files with 18943 additions and 1002 deletions

8
tailwind.config.js Normal file
View file

@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};