From 91be1b51834564fd862d10c6df506e99f0304dde Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond <evhan55@gmail.com> Date: Wed, 29 Aug 2018 11:30:48 -0400 Subject: [PATCH] Renamed folder name from device-connection to peripheral-connection. --- src/components/connection-modal/scanning-step.jsx | 2 +- .../ev3/ev3-hub-illustration.svg | Bin .../ev3/ev3-small.svg | Bin .../microbit/microbit-illustration.svg | Bin .../microbit/microbit-small.svg | Bin .../wedo/wedo-button-illustration.svg | Bin .../wedo/wedo-illustration.svg | Bin .../wedo/wedo-small.svg | Bin 8 files changed, 1 insertion(+), 1 deletion(-) rename src/lib/libraries/extensions/{device-connection => peripheral-connection}/ev3/ev3-hub-illustration.svg (100%) rename src/lib/libraries/extensions/{device-connection => peripheral-connection}/ev3/ev3-small.svg (100%) rename src/lib/libraries/extensions/{device-connection => peripheral-connection}/microbit/microbit-illustration.svg (100%) rename src/lib/libraries/extensions/{device-connection => peripheral-connection}/microbit/microbit-small.svg (100%) rename src/lib/libraries/extensions/{device-connection => peripheral-connection}/wedo/wedo-button-illustration.svg (100%) rename src/lib/libraries/extensions/{device-connection => peripheral-connection}/wedo/wedo-illustration.svg (100%) rename src/lib/libraries/extensions/{device-connection => peripheral-connection}/wedo/wedo-small.svg (100%) diff --git a/src/components/connection-modal/scanning-step.jsx b/src/components/connection-modal/scanning-step.jsx index 40bbe45a9..9ab10ae49 100644 --- a/src/components/connection-modal/scanning-step.jsx +++ b/src/components/connection-modal/scanning-step.jsx @@ -1,4 +1,4 @@ -peripheralimport {FormattedMessage} from 'react-intl'; +import {FormattedMessage} from 'react-intl'; import PropTypes from 'prop-types'; import React from 'react'; import classNames from 'classnames'; diff --git a/src/lib/libraries/extensions/device-connection/ev3/ev3-hub-illustration.svg b/src/lib/libraries/extensions/peripheral-connection/ev3/ev3-hub-illustration.svg similarity index 100% rename from src/lib/libraries/extensions/device-connection/ev3/ev3-hub-illustration.svg rename to src/lib/libraries/extensions/peripheral-connection/ev3/ev3-hub-illustration.svg diff --git a/src/lib/libraries/extensions/device-connection/ev3/ev3-small.svg b/src/lib/libraries/extensions/peripheral-connection/ev3/ev3-small.svg similarity index 100% rename from src/lib/libraries/extensions/device-connection/ev3/ev3-small.svg rename to src/lib/libraries/extensions/peripheral-connection/ev3/ev3-small.svg diff --git a/src/lib/libraries/extensions/device-connection/microbit/microbit-illustration.svg b/src/lib/libraries/extensions/peripheral-connection/microbit/microbit-illustration.svg similarity index 100% rename from src/lib/libraries/extensions/device-connection/microbit/microbit-illustration.svg rename to src/lib/libraries/extensions/peripheral-connection/microbit/microbit-illustration.svg diff --git a/src/lib/libraries/extensions/device-connection/microbit/microbit-small.svg b/src/lib/libraries/extensions/peripheral-connection/microbit/microbit-small.svg similarity index 100% rename from src/lib/libraries/extensions/device-connection/microbit/microbit-small.svg rename to src/lib/libraries/extensions/peripheral-connection/microbit/microbit-small.svg diff --git a/src/lib/libraries/extensions/device-connection/wedo/wedo-button-illustration.svg b/src/lib/libraries/extensions/peripheral-connection/wedo/wedo-button-illustration.svg similarity index 100% rename from src/lib/libraries/extensions/device-connection/wedo/wedo-button-illustration.svg rename to src/lib/libraries/extensions/peripheral-connection/wedo/wedo-button-illustration.svg diff --git a/src/lib/libraries/extensions/device-connection/wedo/wedo-illustration.svg b/src/lib/libraries/extensions/peripheral-connection/wedo/wedo-illustration.svg similarity index 100% rename from src/lib/libraries/extensions/device-connection/wedo/wedo-illustration.svg rename to src/lib/libraries/extensions/peripheral-connection/wedo/wedo-illustration.svg diff --git a/src/lib/libraries/extensions/device-connection/wedo/wedo-small.svg b/src/lib/libraries/extensions/peripheral-connection/wedo/wedo-small.svg similarity index 100% rename from src/lib/libraries/extensions/device-connection/wedo/wedo-small.svg rename to src/lib/libraries/extensions/peripheral-connection/wedo/wedo-small.svg -- GitLab