overleaf/services/web/.storybook/light-theme.js

7 lines
148 B
JavaScript
Raw Normal View History

import React from 'react'
import '../frontend/stylesheets/light-style.less'
const LightTheme = () => <React.Fragment />
export default LightTheme