mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 12:12:41 +02:00
chore: move flow dir to root
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
// @flow
|
// @flow
|
||||||
|
|
||||||
type CSSModule = {
|
type CSSModule = {
|
||||||
[key: string]: string,
|
[key: string]: string,
|
||||||
};
|
};
|
||||||
|
|
||||||
const emptyCSSModule: CSSModule = {};
|
const emptyCSSModule: CSSModule = {};
|
||||||
|
|
||||||
export default emptyCSSModule;
|
export default emptyCSSModule;
|
Reference in New Issue
Block a user