mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
Refactor imports
* refactor: implement import lint
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function Countdown(props) {
|
||||
return (
|
||||
<div>
|
||||
Countdown
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Countdown.propTypes={
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user