Skip to content

Commit

Permalink
Back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 11, 2024
1 parent 0acf4fa commit 0365b0d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component_tests/cgv/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useEffect } from 'react'
import React, { useState, useEffect } from 'react'
import {
createViewState,
JBrowseCircularGenomeView,
Expand Down
1 change: 1 addition & 0 deletions component_tests/cgv/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
Expand Down
2 changes: 1 addition & 1 deletion component_tests/lgv-vite/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from 'react'
import React, { useEffect, useState } from 'react'
import {
createViewState,
JBrowseLinearGenomeView,
Expand Down
1 change: 1 addition & 0 deletions component_tests/lgv-vite/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
Expand Down
2 changes: 1 addition & 1 deletion component_tests/lgv/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from 'react'
import React, { useEffect, useState } from 'react'
import {
createViewState,
JBrowseLinearGenomeView,
Expand Down
1 change: 1 addition & 0 deletions component_tests/lgv/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
Expand Down
1 change: 1 addition & 0 deletions component_tests/react-app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import { createViewState, JBrowseApp } from '@jbrowse/react-app'

import assembly from './assembly'
Expand Down
1 change: 1 addition & 0 deletions component_tests/react-app/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
Expand Down

0 comments on commit 0365b0d

Please sign in to comment.