Move more modules from flavours/glitch/utils to flavours/glitch

This commit is contained in:
Claire
2022-10-11 11:39:52 +02:00
parent 2535ec4fcb
commit b75bf336bd
42 changed files with 36 additions and 36 deletions

View File

@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import { supportsPassiveEvents } from 'detect-passive-events';
import { scrollTop } from 'flavours/glitch/utils/scroll';
import { scrollTop } from '../scroll';
export default class Column extends React.PureComponent {