copyright added

This commit is contained in:
nklhrstv 2022-07-05 14:52:07 +03:00
parent bd3156a6fe
commit 3b56402d56

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2022 Smart code 203358507
const React = require('react');
const useOnScrollToBottom = (cb, threshold = 0) => {