parent
74a6a966cf
commit
fba9b61d3d
@ -1 +1 @@ |
||||
export { default as RemixUiSidePanel } from './lib/side/remix-ui-panel'; |
||||
export { default as RemixUiSidePanel } from './lib/remix-ui-panel'; |
||||
|
@ -1,6 +1,6 @@ |
||||
/* eslint-disable jsx-a11y/anchor-has-content */ |
||||
import React, { useEffect, useRef, useState } from 'react' // eslint-disable-line
|
||||
import { PluginRecord } from '../types'; |
||||
import { PluginRecord } from './types'; |
||||
import './panel.css'; |
||||
|
||||
export interface RemixUiSidePanelProps { |
@ -1,8 +1,8 @@ |
||||
import React, { useEffect, useState } from 'react' // eslint-disable-line
|
||||
import './panel.css'; |
||||
import SidePanelHeader from './panel-header'; |
||||
import PanelPlugin from '../panel-plugin'; |
||||
import { PluginRecord } from '../types'; |
||||
import PanelPlugin from './panel-plugin'; |
||||
import { PluginRecord } from './types'; |
||||
|
||||
/* eslint-disable-next-line */ |
||||
export interface RemixUiSidePanelProps { |
Loading…
Reference in new issue