Skip to content

Commit

Permalink
Fix inport order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Aug 5, 2023
1 parent 5052ca6 commit 79c3ef0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 391 deletions.
2 changes: 1 addition & 1 deletion client/public/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":120,"buildTag":"production","buildDate":"11:22:37 GMT+0200 (Central European Summer Time)","build":"1.125.120 production"}
{"buildMajor":1,"buildMinor":125,"buildRevision":122,"buildTag":"production","buildDate":"11:48:36 GMT+0200 (Central European Summer Time)","build":"1.125.122 production"}
387 changes: 0 additions & 387 deletions client/src/.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './index.css'
import './oa.css'
import './index.css'
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
Expand Down
Loading

0 comments on commit 79c3ef0

Please sign in to comment.