css refactor
This commit is contained in:
@@ -19,8 +19,11 @@
|
||||
// [/SECTION]
|
||||
|
||||
// [SECTION: PROPS]
|
||||
export let dashboardId;
|
||||
export let currentBranch = 'main';
|
||||
let {
|
||||
dashboardId,
|
||||
currentBranch = 'main',
|
||||
} = $props();
|
||||
|
||||
// [/SECTION]
|
||||
|
||||
// [SECTION: STATE]
|
||||
|
||||
Reference in New Issue
Block a user