Skip to content

Commit

Permalink
👕
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilos92 committed Jul 9, 2024
1 parent d4cce9e commit 6631019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EmbeddedApp.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {SyntheticEvent} from 'react';
import {type SyntheticEvent} from 'react';

import {appStyle, logoStyle} from './app.css.ts';
import {iframeStyle} from './embedded-app.css.ts';
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';

import App from './App.tsx';
// import App from './App.tsx';
import EmbeddedApp from './EmbeddedApp.tsx';
import './index.css';

Expand Down

0 comments on commit 6631019

Please sign in to comment.