Skip to content

Commit

Permalink
Merge pull request #77 from hearjest/smartphone-access-implementation
Browse files Browse the repository at this point in the history
Implemented smart phone access branch
  • Loading branch information
DarianC26 authored Nov 6, 2024
2 parents 7b87672 + 800f8b4 commit 6efdcf8
Show file tree
Hide file tree
Showing 7 changed files with 1,310 additions and 6 deletions.
2 changes: 2 additions & 0 deletions code/src/constants/globals.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const TYPEFORM_API_URL = "https://api.typeform.com";
export const COMMUNICATION_FORM_ID = "EJxD8FoP";
export const COMPUTER_ACCESS_FORM_ID = "v6CkbuUb";
export const SMART_PHONE_ACCESS_FORM_ID = "fEzboK05";

File renamed without changes.
Loading

0 comments on commit 6efdcf8

Please sign in to comment.