Changed route ids to be more explicit.
This commit is contained in:
5
src/app/(main)/reports/[reportId]/Report.module.css
Normal file
5
src/app/(main)/reports/[reportId]/Report.module.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.container {
|
||||
display: grid;
|
||||
grid-template-rows: max-content 1fr;
|
||||
grid-template-columns: max-content 1fr;
|
||||
}
|
||||
Reference in New Issue
Block a user