chore: Update typography in contacts page

This commit is contained in:
iamsivin
2026-01-07 13:31:21 +05:30
parent 3813a25eae
commit e42f2deab5
10 changed files with 86 additions and 22 deletions
@@ -27,5 +27,8 @@ export const useCompaniesStore = createStore({
this.setUIFlag({ fetchingList: false });
}
},
clearRecords() {
this.records = [];
},
}),
});