Init Commit

This commit is contained in:
HyunSuk Nam 2024-08-03 22:23:04 +09:00
commit 93ff8356ce
26 changed files with 667 additions and 0 deletions

9
tailwind.config.js Normal file
View file

@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
}