Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Use proper import path for state types in app layout (#1923)
In #1895 we added an import to `./state` that should have been `../state`. This didn't break the app because the import only affected the types. In this patch we're fixing the import path.
- Loading branch information