Add Remote type constructor. Setup basic State/Msg/effects/Reducer. Format
This commit is contained in:
parent
ae6451e052
commit
473897fdfc
5 changed files with 238 additions and 67 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import react from '@vitejs/plugin-react';
|
||||
import { defineConfig } from 'vite';
|
||||
import react from "@vitejs/plugin-react"
|
||||
import { defineConfig } from "vite"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue