fix(marketplace): Sideload UI, addon title, Turkish translation inconsitencies

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-05-21 15:09:05 +01:00
parent 3b73155ec1
commit 2b948bc70d
28 changed files with 200 additions and 122 deletions

View File

@@ -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';

View File

@@ -1,4 +1,4 @@
export * from './Header';
export * from './Item';
export * from './PreferencesWrapper';
export * from './Section';
export * from './Item';