mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-28 20:49:34 -05:00
feat: build basic integration with snoop-react to post submissions to snoopHub, modify schema accordingly to support schema and submission, add basic display of submissions
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export const fetcher = (url) => fetch(url).then((res) => res.json());
|
||||
|
||||
export const shuffle = (array) => {
|
||||
array = [...array];
|
||||
let currentIndex = array.length,
|
||||
|
||||
Reference in New Issue
Block a user