From 1b6368ca2c8e29b1fed4090ab2b9783a0b16df0b Mon Sep 17 00:00:00 2001 From: jessikitty Date: Tue, 23 Jun 2026 00:03:33 +1000 Subject: [PATCH] Add locations stub (generic AR plane anchor) --- locations.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 locations.json diff --git a/locations.json b/locations.json new file mode 100644 index 0000000..3f71f34 --- /dev/null +++ b/locations.json @@ -0,0 +1,9 @@ +[ + { + "id": "generic-surface", + "name": "Generic Surface", + "type": "plane", + "backdrop": null, + "qrCode": null + } +] \ No newline at end of file