Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
pinomaker-hoo committed Nov 29, 2023
1 parent a8b7e13 commit 19e57d7
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 505 deletions.
Binary file removed public/img/dice1.png
Binary file not shown.
Binary file removed public/img/dice2.png
Binary file not shown.
Binary file removed public/img/main-logo.png
Binary file not shown.
303 changes: 0 additions & 303 deletions public/mockServiceWorker.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import App from './App'
import { Provider } from 'react-redux'
import { store } from '@/store'

// ** Style Imports
import '@/style/global.css'

const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement)

root.render(
Expand Down
4 changes: 0 additions & 4 deletions src/mocks/brower.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/mocks/handlers/auth/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/mocks/handlers/auth/mock.auth.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/mocks/handlers/index.ts

This file was deleted.

Empty file removed src/style/global.css
Empty file.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default defineConfig({
},
},
define: {
global: {},
global: 'window',
},
})
Loading

0 comments on commit 19e57d7

Please sign in to comment.