File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ import React from 'react';
22import { useTranslation } from 'react-i18next' ;
33import { Legal } from './Legal' ;
44
5- function PrivacyPolicy ( ) {
5+ export function PrivacyPolicy ( ) {
66 const { t } = useTranslation ( ) ;
77
88 return (
99 < Legal policyFile = "privacy-policy.md" title = { t ( 'Legal.PrivacyPolicy' ) } />
1010 ) ;
1111}
12-
13- export default PrivacyPolicy ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import IDEView from './modules/IDE/pages/IDEView';
88import FullView from './modules/IDE/pages/FullView' ;
99import { About } from './modules/About/pages/About' ;
1010import { CodeOfConduct } from './modules/Legal/pages/CodeOfConduct' ;
11- import PrivacyPolicy from './modules/Legal/pages/PrivacyPolicy' ;
11+ import { PrivacyPolicy } from './modules/Legal/pages/PrivacyPolicy' ;
1212import TermsOfUse from './modules/Legal/pages/TermsOfUse' ;
1313import LoginView from './modules/User/pages/LoginView' ;
1414import SignupView from './modules/User/pages/SignupView' ;
You can’t perform that action at this time.
0 commit comments