Skip to content

Commit

Permalink
chore: export from barrel
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsuh committed Sep 20, 2024
1 parent d70bfb7 commit 7a2d4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import { BrowserRouter } from 'react-router-dom';
import App from './App';
import importViz from './services/importViz';
import { importViz } from './services';

importViz();

Expand Down
1 change: 1 addition & 0 deletions src/services/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as importViz } from './importViz';
export { default as renderSVG } from './renderSVG';

0 comments on commit 7a2d4f7

Please sign in to comment.