1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

#35 added containers everywhere

This commit is contained in:
Fedor Katurov 2021-03-06 12:18:23 +07:00
parent 4f6476666f
commit 428c7e7a06
7 changed files with 200 additions and 158 deletions

View file

@ -0,0 +1,9 @@
import React, { FC } from 'react';
interface IProps {}
const NodeImageSwiperBlock: FC<IProps> = () => (
<div>SWIPER</div>
)
export { NodeImageSwiperBlock };