fix: default export error
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { HomePage } from '@pages/home';
|
import { default as HomePage } from '@pages/home';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export { default as HomePage } from './home';
|
export { default } from './ui/home';
|
||||||
|
|||||||
@@ -55,3 +55,5 @@ export default function Home() {
|
|||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export { Home };
|
||||||
Reference in New Issue
Block a user