5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
export default (branch) => ({
|
|
loading: false,
|
|
chartData: null,
|
|
branch,
|
|
});
|