Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
fixed compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
raisfeld-ori committed Mar 22, 2024
1 parent b8b155a commit 0051d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/main_page/internal_apps/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, RefObject, useEffect } from "react";
import React from "react";
import { useDraggable } from '../Grid';
import './App.css';

Expand Down
1 change: 1 addition & 0 deletions src/pages/main_page/internal_apps/apps/file_system.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function file_system() : [JSX.Element, React.Dispatch<React.SetStateAction<strin
><button onClick={create_file}>create dir</button></div>;
let Application = <div className='ApplicationDirectory'>
<h1 className='filesystemtxt2'>/{location}/</h1>
<>{files}</>
</div>
let app_html = <div className='frametest2' onContextMenu={right_click}>
{Application}
Expand Down

0 comments on commit 0051d14

Please sign in to comment.