💄 Format styles

This commit is contained in:
DefectingCat
2022-06-21 09:33:57 +08:00
parent badd9f2727
commit 7a23665bad
8 changed files with 22 additions and 19 deletions

View File

@ -1,13 +1,13 @@
import { GistsFile } from 'types';
import { unified } from 'unified';
import remarkParse from 'remark-parse';
import remarkRehype from 'remark-rehype';
import rehypePrism from '@mapbox/rehype-prism';
import remarkGfm from 'remark-gfm';
import classNames from 'classnames';
import { createElement, Fragment } from 'react';
import rehypeReact from 'rehype-react';
import remarkGfm from 'remark-gfm';
import remarkParse from 'remark-parse';
import remarkRehype from 'remark-rehype';
import { GistsFile } from 'types';
import { unified } from 'unified';
import styles from './styles.module.css';
import classNames from 'classnames';
interface Props {
file: GistsFile;