8 lines
129 B
TypeScript
8 lines
129 B
TypeScript
import dashboard from './dashboard.json';
|
|
import history from './history.json';
|
|
|
|
export default {
|
|
dashboard,
|
|
history,
|
|
};
|