Skip to content

Commit 05d218a

Browse files
committed
docs: refactor code
1 parent 6f0e81e commit 05d218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/components/ScssDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import { useStaticQuery, graphql } from 'gatsby'
33
import { Highlight, Prism } from 'prism-react-renderer'
44

5-
interface ScssDocsProps {
5+
export interface ScssDocsProps {
66
file: string
77
capture: string
88
}

0 commit comments

Comments
 (0)