16 lines
355 B
Plaintext
Raw Normal View History

import { Description, Meta } from '@storybook/blocks';
import ReadMe from '../README.mdx';
<Meta title="Introduction" />
<div className="custom-docs">
<div className="acrylBg">
<img src="https://www.acryldata.io/images/logo-pattern.svg" alt="Acryl Logo" />
</div>
{/* To simply, we're rendering the root readme here */}
<ReadMe />
</div>