💥 Rename create_handle!() to new_handle!()
This commit is contained in:
parent
d786ea1052
commit
1e554aac68
40 changed files with 49 additions and 49 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use pagetop::prelude::*;
|
||||
|
||||
create_handle!(APP_HELLO_NAME);
|
||||
new_handle!(APP_HELLO_NAME);
|
||||
|
||||
struct HelloName;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use pagetop::prelude::*;
|
||||
|
||||
create_handle!(APP_HELLO_WORLD);
|
||||
new_handle!(APP_HELLO_WORLD);
|
||||
|
||||
struct HelloWorld;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue