Skip to content

Commit

Permalink
feat: make buolas home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Atatakai authored and Atatakai committed Aug 8, 2024
1 parent 78b0ba1 commit e644d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import dynamic from 'next/dynamic';

const VeOlas = dynamic(() => import('components/Home/VeOlas'), {
const BuOlas = dynamic(() => import('components/Home/BuOlas'), {
ssr: false,
});

export default VeOlas;
export default BuOlas;

0 comments on commit e644d5a

Please sign in to comment.