summaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/App.tsx b/src/App.tsx
index add7c08..aadff37 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -4,6 +4,13 @@ import { Miscellaneous } from "./engine/config";
export const App = () => {
return (
<div className="main">
+ <div id="modal" className="modal">
+ <div className="modal-content">
+ <span className="close">&times;</span>
+ <p>Some text in the Modal..</p>
+ </div>
+ </div>
+
<div className="header">
<div className="nav">
<h1>the abstraction engine</h1>