DX Improvement
ZibanPirate opened this issue ยท 3 comments
ZibanPirate commented
omdxp commented
@ZibanPirate I was thinking perhaps it's the time to use relative imports as well in the mobile codebase.
Old:
import { ErrorBoundary } from "../../../components/error-boundary";
New:
import { ErrorBoundary } from "components/error-boundary";
ZibanPirate commented
our first successful milestone is now closed yay ๐
omdxp commented
Congrats to us! it's been so fun