diff options
| author | l3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-01-22 09:04:23 +0200 |
|---|---|---|
| committer | l3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-01-22 09:04:23 +0200 |
| commit | c494a8bec3e46114fdb1664fc30e3ee78bb7bdc1 (patch) | |
| tree | 09e763a20c31084bf5e49b218bedcfc3d6a81b47 /src/app/faq/page.tsx | |
| parent | a6ec45c2073786eed5e7020887d24dfaba94de6d (diff) | |
update footer
Diffstat (limited to 'src/app/faq/page.tsx')
| -rw-r--r-- | src/app/faq/page.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx new file mode 100644 index 0000000..402f845 --- /dev/null +++ b/src/app/faq/page.tsx @@ -0,0 +1,3 @@ +export default function Faq() { + return <div></div>; +} |
