8 lines
171 B
C#
8 lines
171 B
C#
|
|
namespace FrontOffice.Main.Pages;
|
||
|
|
public partial class About
|
||
|
|
{
|
||
|
|
private void ScrollToContact()
|
||
|
|
{
|
||
|
|
// TODO: Implement smooth scroll to contact section
|
||
|
|
}
|
||
|
|
}
|