export const ROUTES = {
HOME: '#/',
LOGIN: '#/login',
REGISTER: '#/register',
SETTINGS: '#/settings',
ARTICLE: '#/article/article-title',
}