mirror of
https://github.com/fspc/workstand.git
synced 2026-09-17 00:51:39 -04:00
Load data with redux
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { normalize, schema } from 'normalizr';
|
||||
|
||||
const bike = new schema.Entity('bikes');
|
||||
export const bikes = new schema.Array(bike);
|
||||
Reference in New Issue
Block a user