fix: rename apps/web pages

This commit is contained in:
vchikalkin 2024-06-06 22:17:38 +03:00
parent 5b04addf26
commit 5a7a412976
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
export { default, getServerSideProps } from './ldap';

View File

@ -23,4 +23,4 @@ export default function Page(props) {
);
}
export { getServerSideProps } from '.';
export { getServerSideProps } from './ldap';