You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And rerun yarn build result successfull build dist
I don't know why it happen just File_transfer & Cve. The fact that all inside folder components works fine.
The text was updated successfully, but these errors were encountered:
I got same issue as @UchihaSR : #28 (comment)
Then I following the error message and change this to what the error told :
File_transfer
tofile_transfer
in https://github.com/LasCC/Hack-Tools/blob/6d3c623b16ffd715a36a8db4ac00f3b292b7a5c7/src/components/LayoutApp.js#L21 so it would becomeimport FileTransfer from './file_transfer/file_transfer'
'Cve
tocve
in https://github.com/LasCC/Hack-Tools/blob/6d3c623b16ffd715a36a8db4ac00f3b292b7a5c7/src/components/FeedRSS.js#L8import cve from './rss/cve'
And rerun
yarn build
result successfull builddist
I don't know why it happen just
File_transfer
&Cve
. The fact that all inside foldercomponents
works fine.The text was updated successfully, but these errors were encountered: