mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 11:04:49 +00:00
license
This commit is contained in:
committed by
David Lechner
parent
2a0cba80b8
commit
dd9d789e9a
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2020 The Pybricks Authors
|
||||
|
||||
import { Action, Dispatch } from 'redux';
|
||||
import {
|
||||
BootloaderConnectionActionType,
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2020 The Pybricks Authors
|
||||
|
||||
import * as FileSaver from 'file-saver';
|
||||
import { Action, Dispatch } from 'redux';
|
||||
import { EditorActionType, EditorOpenAction } from '../actions/editor';
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2020 The Pybricks Authors
|
||||
|
||||
import { Action, Dispatch, Middleware } from 'redux';
|
||||
import { RootState } from '../reducers';
|
||||
import bootloader from './bootloader';
|
||||
|
||||
Reference in New Issue
Block a user