Revert "chore!: add temp file for testing states"

This reverts commit 7f74d47cf5.
This commit is contained in:
Corbin Crutchley
2023-07-09 17:23:04 -07:00
parent bffb42843d
commit 33c236d387

View File

@@ -37,7 +37,7 @@ By the end of it all, I had a monorepo structure that looked something like the
<!-- filetree:start --> <!-- filetree:start -->
- `apps/` - `apps/`
- **`customer-portal/{open: false}`** - `customer-portal/{open: false}`
- `android/` - `android/`
- `ios/` - `ios/`
- `src` - `src`
@@ -54,7 +54,7 @@ By the end of it all, I had a monorepo structure that looked something like the
- `node_modules` - `node_modules`
- `package.json` - `package.json`
- `tsconfig.json` - `tsconfig.json`
- `admin-portal/{open: false}` Testing - `admin-portal/{open: false}`
- `android/` - `android/`
- `ios/` - `ios/`
- `src` - `src`
@@ -89,7 +89,7 @@ By the end of it all, I had a monorepo structure that looked something like the
- `vite.config.ts` - `vite.config.ts`
- `.eslintrc.js` - `.eslintrc.js`
- `.gitignore` - `.gitignore`
- **`.yarnrc.yml`** - `.yarnrc.yml`
- `README.md` - `README.md`
- `package.json` - `package.json`
- `yarn.lock` - `yarn.lock`