Front end of the Slack clone application.

errorObject.js 168B

123
  1. // typeof any so that it we don't have to cast when comparing a result to the error object
  2. export const errorObject = { e: {} };
  3. //# sourceMappingURL=errorObject.js.map