Extract publication edition into a separated component.

This commit is contained in:
Florian THIERRY
2024-09-05 17:28:30 +02:00
parent 5610bd170a
commit 5804d8cc9f
12 changed files with 394 additions and 268 deletions

View File

@@ -0,0 +1,7 @@
:host {
display: flex;
app-publication-edition {
flex: 1;
}
}