unfinished basic landing page/layout, navbar

This commit is contained in:
3zachm 2022-12-08 07:02:48 -08:00
parent 09f1dbd607
commit f2600b7809
8 changed files with 276 additions and 13 deletions

View file

@ -3,6 +3,7 @@ module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
"./layouts/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},