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

Commit

Permalink
fixed errors in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
raisfeld-ori committed Mar 6, 2024
1 parent 2ab689f commit 983aaed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/main_page/main_page.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import './main_page.css';
import miku2 from '../../assets/25694.png'
import miku3 from '../../assets/search-icon.svg'
/*
this is for the grid, FUCK THE GRID! IT FUCKING SUCKS
import { DndProvider } from 'react-dnd';
import { HTML5Backend } from 'react-dnd-html5-backend';
import { useDrag } from 'react-dnd';
import ReactGridLayout from 'react-grid-layout';
import { useDrop } from 'react-dnd';

*/
import './main_page.css';
import miku2 from '../../assets/25694.png'
import miku3 from '../../assets/search-icon.svg'
import miku2 from '../../assets/25694.png';
import miku3 from '../../assets/search-icon.svg';


export default function main_page(){
Expand Down

0 comments on commit 983aaed

Please sign in to comment.