mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 12:09:10 -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
|