mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-08 09:33:54 +00:00
7 lines
227 B
Dart
7 lines
227 B
Dart
![]() |
class Constants {
|
||
|
// this page name is default page name in the new workspace
|
||
|
static const gettingStartedPageName = 'Getting started';
|
||
|
static const toDosPageName = 'To-dos';
|
||
|
static const generalSpaceName = 'General';
|
||
|
}
|