import get from "./get";
import getSubmissions from "./getSubmissions";

export const surveys = {
  get,
  getSubmissions,
};
