mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
better sidepane
This commit is contained in:
parent
1b001db91a
commit
e315b33284
19 changed files with 253 additions and 99 deletions
9
src/containers/examples/ImageExample/index.tsx
Normal file
9
src/containers/examples/ImageExample/index.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
import React, { FC } from 'react';
|
||||
|
||||
interface IProps {}
|
||||
|
||||
const ImageExample: FC<IProps> = () => (
|
||||
<div>image example</div>
|
||||
);
|
||||
|
||||
export { ImageExample };
|
Loading…
Add table
Add a link
Reference in a new issue