diff --git a/contributors.yml b/contributors.yml index 12cc03422f2..aafa126ed57 100644 --- a/contributors.yml +++ b/contributors.yml @@ -116,6 +116,7 @@ - edmundhung - efkann - eldarshamukhamedov +- eltociear - emzoumpo - eps1lon - esamattis diff --git a/packages/remix/index.ts b/packages/remix/index.ts index 50130216a30..7c7563f2cd9 100644 --- a/packages/remix/index.ts +++ b/packages/remix/index.ts @@ -1,4 +1,4 @@ -// This class exists to prevent https://github.com/remix-run/remix/issues/2031 from occuring +// This class exists to prevent https://github.com/remix-run/remix/issues/2031 from occurring export class RemixNotSetupError extends Error { constructor() { super("Did you forget to run `remix setup` for your platform?");