Renamed @theatre/plugin-r3f to @theatre/r3f

This commit is contained in:
Aria Minaei 2021-09-06 10:19:10 +02:00
parent 03a2f26686
commit 4f66d57cf8
42 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
import {editable as e, SheetProvider} from '@theatre/plugin-r3f'
import {editable as e, SheetProvider} from '@theatre/r3f'
import {getProject} from '@theatre/core'
import * as THREE from 'three'
import React, {useState, useEffect, useRef} from 'react'

View file

@ -3,7 +3,7 @@ import {
RefreshSnapshot,
SheetProvider,
extension,
} from '@theatre/plugin-r3f'
} from '@theatre/r3f'
import {OrbitControls, Stars} from '@react-three/drei'
import {getProject} from '@theatre/core'
import React, {Suspense, useState} from 'react'