diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-02 08:36:51 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-02 08:36:51 +0300 |
| commit | 1d20080db8a26e4b7dd4071daac1166142592afa (patch) | |
| tree | b4c1bbb3725f00515b4d9a3d1cd18584cba36c81 /src/app/premium/page.tsx | |
| parent | 37f51ee88710868a77b4645294cf32862f55e7c4 (diff) | |
minor improvements
Diffstat (limited to 'src/app/premium/page.tsx')
| -rw-r--r-- | src/app/premium/page.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/premium/page.tsx b/src/app/premium/page.tsx new file mode 100644 index 0000000..17cee81 --- /dev/null +++ b/src/app/premium/page.tsx @@ -0,0 +1,3 @@ +export default function Premium() { + return null; +} |
