💥 Better names for main macros
This commit is contained in:
parent
eee481cfcb
commit
6df57a0c12
44 changed files with 146 additions and 140 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use pagetop::prelude::*;
|
||||
|
||||
use_handle!(APP_HELLO_NAME);
|
||||
create_handle!(APP_HELLO_NAME);
|
||||
|
||||
struct HelloName;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use pagetop::prelude::*;
|
||||
|
||||
use_handle!(APP_HELLO_WORLD);
|
||||
create_handle!(APP_HELLO_WORLD);
|
||||
|
||||
struct HelloWorld;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue