Dev #7

Merged
redrockjs merged 2 commits from dev into main 2025-05-28 12:37:00 +00:00
4 changed files with 4 additions and 2 deletions
Showing only changes of commit c4cc79637b - Show all commits

View File

@@ -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 (

View File

@@ -1 +1 @@
export { default as HomePage } from './home'; export { default } from './ui/home';

View File

@@ -55,3 +55,5 @@ export default function Home() {
</section> </section>
); );
} }
export { Home };