File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
shared/profile/src/ProfileView/components/Toolbars Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " Bash(grep:*)" ,
5+ " Bash(rg:*)"
6+ ],
7+ "deny" : []
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import svgr from 'vite-plugin-svgr';
1717
1818// https://vitejs.dev/config/
1919export default defineConfig ( {
20+ // @ts -expect-error
2021 plugins : [ react ( ) , svgr ( ) ] ,
2122 base : './' ,
2223 server : {
Original file line number Diff line number Diff line change 1111// See the License for the specific language governing permissions and
1212// limitations under the License.
1313
14- import React from 'react' ;
15-
1614import { Switch } from '@headlessui/react' ;
1715
1816import { useUserPreference , type UserPreferenceDetails } from '@parca/hooks' ;
You can’t perform that action at this time.
0 commit comments