diff options
Diffstat (limited to 'frontend/src/pages/index.ts')
| -rw-r--r-- | frontend/src/pages/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/pages/index.ts b/frontend/src/pages/index.ts new file mode 100644 index 0000000..a037a9d --- /dev/null +++ b/frontend/src/pages/index.ts @@ -0,0 +1,4 @@ +export { NotFound } from "./NotFound"; +export { ReadArticles } from "./ReadArticles"; +export { Settings } from "./Settings"; +export { UnreadArticles } from "./UnreadArticles"; |
