feat(directory): init operator page

This commit is contained in:
Haoyu Xu
2023-02-28 14:20:28 -05:00
parent 7edc231e89
commit e4648945d1
18 changed files with 172 additions and 83 deletions

View File

@@ -32,6 +32,7 @@ const router = createBrowserRouter(
index={route.index}
path={route.path}
element={route.element}
loader={route.loader}
/>
)
})}