Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Jan 26, 2024
1 parent 40b7189 commit 6d4bc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions teachertool/src/components/MainPanel.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from "react";
// eslint-disable-next-line import/no-internal-modules
import css from "./styling/MainPanel.module.css";

import DebugInput from "./DebugInput";
Expand Down
1 change: 1 addition & 0 deletions teachertool/src/components/SplitPane.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from "react";
// eslint-disable-next-line import/no-internal-modules
import css from "./styling/SplitPane.module.css";
import { classList } from "react-common/components/util";

Expand Down

0 comments on commit 6d4bc9e

Please sign in to comment.