From c0010a8e50ce75439925550b11219d31c2a97000 Mon Sep 17 00:00:00 2001 From: niyibi250 <122937285+niyibi250@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:24:26 +0200 Subject: [PATCH] create all necessary folder (#20) --- src/pages/home | 0 tailwind.config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/pages/home diff --git a/src/pages/home b/src/pages/home new file mode 100644 index 00000000..e69de29b diff --git a/tailwind.config.js b/tailwind.config.js index f63f318e..6a6d81f8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -26,4 +26,4 @@ export default { }, }, plugins: [], -}; +}; \ No newline at end of file