-
Notifications
You must be signed in to change notification settings - Fork 41
hotfix: broken blank layout and fix shared models implementation #363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Visit the preview URL for this PR (updated for commit f93a0b0): https://tanam-testing--pr363-hotfix-broken-layout-1e68jm8y.web.app (expires Fri, 07 Jun 2024 00:21:51 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 5bbe8a1a68d9684d656bffba10008fe532204561 |
@@ -1,6 +1,6 @@ | |||
"use client"; | |||
import "@/assets/scss/layout-authentication.scss"; | |||
import {useEffect} from "react"; | |||
import React, {useEffect} from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove import React from "react"
since the release of React v17..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✅
Thanks for the feedback
What's new:
Blank Layout Broken
Build Error