♻ Move project source files to top level from src, update Sentry dependency (#630)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
5
frontend/src/store/state.ts
Normal file
5
frontend/src/store/state.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { MainState } from './main/state';
|
||||
|
||||
export interface State {
|
||||
main: MainState;
|
||||
}
|
||||
Reference in New Issue
Block a user