mirror of
https://github.com/mue/mue.git
synced 2026-06-12 19:48:57 +02:00
fix(marketplace): Sideload UI, addon title, Turkish translation inconsitencies
Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { useState } from 'react';
|
||||
import { Row, Content, Action } from '../Item/SettingsItem';
|
||||
import { Row, Content, Action } from 'components/Layout/Settings/Item';
|
||||
import variables from 'config/variables';
|
||||
import Slider from '../../../Form/Settings/Slider/Slider';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export * from './Header';
|
||||
export * from './Item';
|
||||
export * from './PreferencesWrapper';
|
||||
export * from './Section';
|
||||
export * from './Item';
|
||||
Reference in New Issue
Block a user