Draw: roll placeholder

This commit is contained in:
Enrico Ros
2024-02-01 02:45:53 -08:00
parent 173635cfd1
commit 517252240a
+1 -1
View File
@@ -4,7 +4,7 @@ import * as React from 'react';
export function Gallery() {
return (
<AppPlaceholder text='Drawing App is under development. v1.12 or v1.13.' />
<AppPlaceholder text='Drawing App is under development. v1.13 or v1.14.' />
);
}