7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
![]() |
import Settings from './components/Settings.jsx';
|
||
|
|
||
|
export default {
|
||
|
path: 'settings',
|
||
|
component: Settings
|
||
|
};
|