From b0b20b68c0eab1ee5fbdb0aae2f51592392b607c Mon Sep 17 00:00:00 2001 From: Legend <126304434+ExpiredWarranty@users.noreply.github.com> Date: Fri, 17 May 2024 22:04:02 -0600 Subject: [PATCH] Create splash.json splash text json --- public/splash.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/splash.json diff --git a/public/splash.json b/public/splash.json new file mode 100644 index 0000000..a349c4f --- /dev/null +++ b/public/splash.json @@ -0,0 +1,11 @@ +[ + { + "sp": "testt22" + }, + { + "sp": "more splash text" + }, + { + "sp": "ts" + } +]