The component contains a client action as well as a server action that determines if a given year is a leap year or not. It takes a year (integer variable) as an input and then returns a true if the year is a leap year and a false if the year is not a leap year.
Removed unnecessary AO's.