Switch ts-loader to babel and add hmr

This commit is contained in:
grinikita
2025-04-26 12:18:26 +03:00
parent 859ed6c331
commit a621b0f6ab
4 changed files with 4494 additions and 28 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
import React from 'react';
import React, { useState } from 'react';
import { arrowEl } from './arrow';
import './style.css';
const Banner = () => {
return (
<div className="container hero">
<div className="hero-main">
<div className="hero-line"></div>
<h1 className="hero-title">Discover And Create NFTs</h1>
<p className="hero-description">
Discover, Create and Sell NFTs On Our NFT Marketplace With Over
Thousands Of NFTs And Get a{' '}
<span className="hero-description__bold">$20 bonus</span>.
Discover, Create and Sell NFTs On Our NFT Marketplace With Over Thousands Of NFTs And Get
a <span className="hero-description__bold">$20 bonus</span>.
</p>
<div className="hero-buttons">
<button className="button">Explore More</button>