How to use List CRUD component after swizzle?
I am attempting to customize the interface of a Refine-Material UI app. I used the swizzle command to swizzle the CRUD components. However, when I modify the List component, I do not see any changes in the app.
It seems that the List component from the CRUD directory is not being used by the Refine app, and I need to sub it in somewhere. I can't find where in my app it needs to go. Can anyone help?
It seems that the List component from the CRUD directory is not being used by the Refine app, and I need to sub it in somewhere. I can't find where in my app it needs to go. Can anyone help?
