mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 09:18:46 +00:00
Add sourceRoot/includePaths to loaders
Use the settings modal as an example/testcase
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
// Mastodon imports //
|
||||
import { closeModal } from '../../../mastodon/actions/modal';
|
||||
import { closeModal } from 'mastodon/actions/modal';
|
||||
|
||||
// Our imports //
|
||||
import { changeLocalSetting } from '../../actions/local_settings';
|
||||
import Settings from '../../components/settings';
|
||||
import { changeLocalSetting } from 'glitch/actions/local_settings';
|
||||
import Settings from 'glitch/components/settings';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
settings: state.get('local_settings'),
|
||||
|
||||
Reference in New Issue
Block a user