Format and lint
This commit is contained in:
parent
42ee2d4c51
commit
04a78e7bfe
75 changed files with 1290 additions and 719 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import { createRoot, hydrateRoot } from 'react-dom/client';
|
||||
import App from './App';
|
||||
import './index.css';
|
||||
import { initPlausible } from './hooks/usePlausible';
|
||||
|
||||
initPlausible();
|
||||
import './hooks/usePlausible';
|
||||
|
||||
const container = document.getElementById('root');
|
||||
if (!container) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue