if you go in the component repo and use a simple grep command to search for all components that do not have a default export, it will show the access denied ones. as for the improperly ordered ones, I only found those out when I bulk imported the components and attempted to create a barrel file, the IDE threw errors related to the filepaths since they didn't match the numbering of the exported constant from the file. this flagged since I was numbering the file names off the url path which should've matched the constant but didn't.