mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
|
import React from 'react'
|
||
|
import '../frontend/stylesheets/ieee-style.less'
|
||
|
|
||
|
const IEEETheme = () => <React.Fragment />
|
||
|
|
||
|
export default IEEETheme
|