fix: ssh alter url (#554)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-27 15:22:26 +08:00
committed by GitHub
parent 329fd33b69
commit eb83d05c81
17 changed files with 79 additions and 84 deletions

View File

@@ -21,7 +21,7 @@ final class SystemdPage extends StatefulWidget {
required this.args,
});
static const route = AppRoute<void, SystemdPageArgs>(
static const route = AppRouteArg<void, SystemdPageArgs>(
page: SystemdPage.new,
path: '/systemd',
);