アカウント登録を行い、Djangoに連携して、管理画面から確認したい。
アカウント登録画面で新規登録ボタンを押下すると、以下のエラーメッセージが出ます。
Unhandled Runtime Error
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of `Register`.
はるさんのコードと同じ。
・名前つきimport / export と default import / export をごっちゃにしていないか確認
・register.jsで定義したRegister関数は、どこでDjangoと連携できているのか教えていただきたいです。