Web: Client: move SmartBanner into folder

This commit is contained in:
Viktor Fomin 2022-05-25 22:25:19 +03:00
parent 0296c1f22c
commit c7003c7984
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import React, { useState, useEffect } from "react";
import styled from "styled-components";
import { isMobile, isIOS } from "react-device-detect";
import SmartBanner from "react-smartbanner";
import "./smartbanner.css";
import "./main.css";
const Wrapper = styled.div`
padding-bottom: 80px;