mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
f5449dc4b0
Set up Storybook and add Outline stories GitOrigin-RevId: 2635ad142ef152a5ee8023c10cf31f344fbd7e8d
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
import React from 'react'
|
|
import '../frontend/stylesheets/ieee-style.less'
|
|
|
|
const IEEETheme = () => <React.Fragment />
|
|
|
|
export default IEEETheme
|