mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-23 17:44:52 +02:00
Moved examples into example directory
Moved routes to separate file Used route constants
This commit is contained in:
4
src/features/examples/counter/models/CounterState.ts
Normal file
4
src/features/examples/counter/models/CounterState.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface CounterState {
|
||||
value: number;
|
||||
status: "idle" | "loading" | "failed";
|
||||
}
|
Reference in New Issue
Block a user