package me.ash.reader.ui.page.common object RouteName { const val FEED = "feed" const val ARTICLE = "article" const val READ = "read" }