mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-09-24 01:02:47 +02:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
import React from 'react';
|
|
|
|
const context = React.createContext({ paddingBottomRight: [0, 0] });
|
|
|
|
export default context;
|