Add a note about something that needs to be fixed.

This commit is contained in:
Ian Clanton-Thuon 2022-09-23 12:42:49 -07:00
Родитель b2479d2d73
Коммит 5c779aea9d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,7 @@
import * as React from 'react';
import * as tsdoc from '@microsoft/tsdoc';
// TODO: Fix this to be complied as .module.scss
import './PlaygroundView.module.scss';
import { TabPane } from './TabPane';