fix: rename apps/web pages
This commit is contained in:
parent
5b04addf26
commit
5a7a412976
1
apps/web/pages/account.jsx
Normal file
1
apps/web/pages/account.jsx
Normal file
@ -0,0 +1 @@
|
||||
export { default, getServerSideProps } from './ldap';
|
||||
@ -23,4 +23,4 @@ export default function Page(props) {
|
||||
);
|
||||
}
|
||||
|
||||
export { getServerSideProps } from '.';
|
||||
export { getServerSideProps } from './ldap';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user