We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb7b08 commit 5ad9780Copy full SHA for 5ad9780
ui/src/pages/Users/Notifications/components/index.ts
@@ -0,0 +1,4 @@
1
+import Inbox from './Inbox';
2
+import Achievements from './Achievements';
3
+
4
+export { Inbox, Achievements };
ui/src/pages/Users/Notifications/index.tsx
@@ -33,8 +33,7 @@ import {
33
} from '@/services';
34
import { floppyNavigation } from '@/utils';
35
36
-import Inbox from './components/Inbox';
37
-import Achievements from './components/Achievements';
+import { Inbox, Achievements } from './components';
38
import './index.scss';
39
40
const PAGE_SIZE = 10;
0 commit comments