Remove unnecessary getServerSideProps
This commit is contained in:
parent
ee4916893e
commit
1cb0eeea2b
16 changed files with 1 additions and 53 deletions
|
|
@ -29,5 +29,3 @@ const LabelStudio: FC = () => (
|
|||
);
|
||||
|
||||
export default LabelStudio;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -29,5 +29,3 @@ const Metamigo: FC = () => (
|
|||
);
|
||||
|
||||
export default Metamigo;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -29,5 +29,3 @@ const Zammad: FC = () => (
|
|||
);
|
||||
|
||||
export default Zammad;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -28,5 +28,3 @@ const Home = () => (
|
|||
);
|
||||
|
||||
export default Home;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -34,5 +34,3 @@ const About: FC = () => {
|
|||
};
|
||||
|
||||
export default About;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -35,5 +35,3 @@ const Create: FC = () => {
|
|||
};
|
||||
|
||||
export default Create;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -35,5 +35,3 @@ const FAQ: FC = () => {
|
|||
};
|
||||
|
||||
export default FAQ;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -34,5 +34,3 @@ const Leafcutter: FC = () => {
|
|||
};
|
||||
|
||||
export default Leafcutter;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -35,5 +35,3 @@ const Trends: FC = () => {
|
|||
};
|
||||
|
||||
export default Trends;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -29,5 +29,3 @@ const Profile: NextPage = () => (
|
|||
);
|
||||
|
||||
export default Profile;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -29,5 +29,3 @@ const Assigned: FC = () => (
|
|||
);
|
||||
|
||||
export default Assigned;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -29,5 +29,3 @@ const Pending: FC = () => (
|
|||
);
|
||||
|
||||
export default Pending;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -29,5 +29,3 @@ const Unassigned: FC = () => (
|
|||
);
|
||||
|
||||
export default Unassigned;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
|
|
@ -29,5 +29,3 @@ const Urgent: FC = () => (
|
|||
);
|
||||
|
||||
export default Urgent;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue