feature/get-places-api #2
@ -1,7 +1,5 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
export interface IUsersListVM {}
|
|
||||||
|
|
||||||
export type userListReturnType = {
|
export type userListReturnType = {
|
||||||
selectedRowId: string;
|
selectedRowId: string;
|
||||||
setSelectedRowId: React.Dispatch<React.SetStateAction<string>>;
|
setSelectedRowId: React.Dispatch<React.SetStateAction<string>>;
|
||||||
|
@ -18,7 +18,7 @@ export default function Sidebar() {
|
|||||||
: ""
|
: ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<img src={routesData[key].icon} className="mr-2" />
|
<img src={routesData[key].icon} alt="page icon" className="mr-2" />
|
||||||
<div>{routesData[key].title}</div>
|
<div>{routesData[key].title}</div>
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user