
Add links instead of navigate + onClick in: * Lists - ex. product list (except Plugins, see below) * SortableTables - ex. product variants * Sidebar * Buttons that open new page - ex. "Create product" * Backlinks * Menus - ex. "Account Settings" * Links that actually used onClick - ex. warehouse shipping zone, reset password
2 lines
74 B
TypeScript
2 lines
74 B
TypeScript
export { default } from "./TableRowLink";
|
|
export * from "./TableRowLink";
|