Skip to content

Commit f78be49

Browse files
Fix #36 external linked files labelling and rendering method based on linked file type
Fix #36 external linked files labelling and rendering method based on linked file type
2 parents 54f9551 + 002d94a commit f78be49

File tree

4 files changed

+277
-574
lines changed

4 files changed

+277
-574
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
validate:
1010
runs-on: ubuntu-latest
11-
env:
12-
CI: false
1311

1412
steps:
1513
- name: Check out the repository

src/index.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
// import App from "./App";
2-
// import { ThemeProvider } from "@emotion/react";
3-
// import { CssBaseline } from "@mui/material";
4-
// import theme from "design/theme";
5-
// import ReactDOM from "react-dom/client";
6-
// import { Provider } from "react-redux";
7-
// import store from "redux/store";
8-
9-
// const root = ReactDOM.createRoot(
10-
// document.getElementById("root") as HTMLElement
11-
// );
12-
13-
// root.render(
14-
// <Provider store={store}>
15-
// <ThemeProvider theme={theme}>
16-
// <CssBaseline />
17-
// <App />
18-
// </ThemeProvider>
19-
// </Provider>
20-
// );
21-
221
import React from "react";
232
import ReactDOM from "react-dom/client";
243
import App from "./App";

0 commit comments

Comments
 (0)