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:
parent
4f6476666f
commit
428c7e7a06
7 changed files with 200 additions and 158 deletions
9
src/components/node/NodeImageSwiperBlock/index.tsx
Normal file
9
src/components/node/NodeImageSwiperBlock/index.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
import React, { FC } from 'react';
|
||||
|
||||
interface IProps {}
|
||||
|
||||
const NodeImageSwiperBlock: FC<IProps> = () => (
|
||||
<div>SWIPER</div>
|
||||
)
|
||||
|
||||
export { NodeImageSwiperBlock };
|
Loading…
Add table
Add a link
Reference in a new issue