add example copyright to index.ts

This commit is contained in:
sawka 2023-10-16 15:33:07 -07:00
parent cad0526678
commit f2eaa2e278

View File

@ -1,3 +1,6 @@
// Copyright 2023, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import * as mobx from "mobx";
import * as React from "react";
import { createRoot } from "react-dom/client";