Skip to content

Commit

Permalink
fix: rename app -> application
Browse files Browse the repository at this point in the history
  • Loading branch information
monster committed Jun 8, 2023
1 parent 5b9fa0d commit bd338a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import { App } from './app.tsx';
import { App } from './application.tsx';
import { MemoTalkCore } from './core/memo-talk-core.ts';

const memoTalkCore = new MemoTalkCore();
Expand Down

0 comments on commit bd338a0

Please sign in to comment.