mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
9 lines
203 B
JavaScript
9 lines
203 B
JavaScript
import { types } from './redux';
|
|
|
|
export { default } from './ShowSettings.jsx';
|
|
|
|
export const routes = {
|
|
[types.onRouteSettings]: '/settings',
|
|
[types.onRouteUpdateEmail]: '/settings/update-email'
|
|
};
|