Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
teeteeteeteetee committed May 10, 2023
1 parent a874fd0 commit ea7710c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client-src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Github: https://github.com/lolitee
* Discord: Tee#0001
*
* Last Modified: Sunday, 12th February 2023 2:47:13 pm
* Last Modified: Wednesday, 10th May 2023 10:51:35 am
* Modified By: Tee ([email protected])
*
* Copyright (c) 2023 Tee, Stainless Love
Expand All @@ -16,7 +16,7 @@

import React from 'react'
import { createRoot } from 'react-dom/client';
import controller from './Controller.js'
import controller from './controller.js';
import App from './App.jsx'
import './index.css';

Expand Down

0 comments on commit ea7710c

Please sign in to comment.