forked from mystiq/hydrogen-web
Change path
This commit is contained in:
parent
83b5d3b68e
commit
e1ee258630
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type {ILogItem} from "../../logging/types";
|
import type {ILogItem} from "../../../logging/types";
|
||||||
import type {ThemeManifest} from "../types/theme";
|
import type {ThemeManifest} from "../../types/theme";
|
||||||
import type {Platform} from "./Platform.js";
|
import type {Platform} from "../Platform.js";
|
||||||
import {ThemeBuilder} from "./ThemeBuilder";
|
import {ThemeBuilder} from "./ThemeBuilder";
|
||||||
|
|
||||||
type NormalVariant = {
|
type NormalVariant = {
|
||||||
|
|
Loading…
Reference in a new issue