refactoring: widgets -> ui, discuss in subfolder

This commit is contained in:
Géry Debongnie
2019-03-04 14:49:00 +01:00
parent 3a761da764
commit e59b976dcb
20 changed files with 11 additions and 11 deletions
@@ -0,0 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`can be rendered 1`] = `
"<div class=\\"o_notification\\">
<div class=\\"o_notification_title\\">title</div>
<div class=\\"o_notification_content\\">message</div>
</div>"
`;