Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Dec 4, 2023
1 parent 87a23e7 commit 987062e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nym-vpn/ui/src/pages/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './home';
export * from './settings';
export { default as NavLayout } from './NavLayout';
export { default as Settings } from './Settings';
export { default as Settings } from './settings/Settings';
export { default as NodeLocation } from './location/NodeLocation';
export { default as Error } from './Error';

0 comments on commit 987062e

Please sign in to comment.