refactoring
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
import { Tab } from "../types/tab";
|
||||
|
||||
const tabs: Tab[] = [
|
||||
{
|
||||
value: "Masterplan",
|
||||
id: "1",
|
||||
count: 0,
|
||||
},
|
||||
{
|
||||
value: "Search",
|
||||
id: "2",
|
||||
count: 0,
|
||||
},
|
||||
{
|
||||
value: "Favorites",
|
||||
id: "3",
|
||||
count: 3,
|
||||
},
|
||||
{
|
||||
value: "Company",
|
||||
id: "4",
|
||||
count: 0,
|
||||
},
|
||||
];
|
||||
|
||||
export { tabs };
|
||||
Reference in New Issue
Block a user